This commit is contained in:
4am 2018-03-31 11:50:37 -04:00
parent 72e4a7b6bf
commit 066413c267
3 changed files with 11 additions and 1 deletions

Binary file not shown.

View File

@ -76,4 +76,5 @@ WGCreateRadio = 84
WGReset = 86
WGGetState = 88
WGPendingClick = 90
WGClearPendingClick = 92

View File

@ -249,9 +249,18 @@ callback_boxart
sta $C054
sta $C050
bit $C010
- lda $C000
ldx #WGClearPendingClick
jsr WeeGUI
-
ldx #WGPendingClick
jsr WeeGUI
cpx #$FF
bne +
lda $C000
bpl -
+ bit $C010
ldx #WGClearPendingClick
jsr WeeGUI
sta $C051 ; back to text
rts
.boxartError