mirror of
https://github.com/a2-4am/pitch-dark.git
synced 2025-02-07 12:31:00 +00:00
.
This commit is contained in:
parent
ba9b0605e5
commit
43fb914349
@ -58,6 +58,9 @@ MainScreen
|
||||
txs
|
||||
ldx #WGReset
|
||||
jsr WeeGUI
|
||||
stz gViewInUse+ID_BOXART
|
||||
stz gViewInUse+ID_HINTS
|
||||
stz gViewInUse+ID_VERSIONS
|
||||
jsr CreateViews ; create all WeeGUI views (UI elements)
|
||||
ldx #WGClearScreen ; clear screen
|
||||
jsr WeeGUI
|
||||
|
@ -23,9 +23,6 @@ ID_INFO = 8
|
||||
ID_DESCRIPTION = 9
|
||||
|
||||
gViewInUse
|
||||
gShowingArtworkButton=*+ID_BOXART
|
||||
gShowingHintsButton=*+ID_HINTS
|
||||
gShowingVersionButton=*+ID_VERSIONS
|
||||
!byte 0,1,1,1,1,0,0,0,1,1,0,0,0,0,0
|
||||
|
||||
!zone {
|
||||
|
Loading…
x
Reference in New Issue
Block a user