mirror of
https://github.com/a2-4am/pitch-dark.git
synced 2025-02-14 12:31:02 +00:00
Merge branch 'master' of https://github.com/a2-4am/pitch-dark
This commit is contained in:
commit
914e0ac239
@ -32,15 +32,15 @@ kStringCancel
|
||||
; internal state and callbacks and so on) then calling WeeGUI WGResetAll method
|
||||
;
|
||||
; in: WeeGUI initialized
|
||||
; out: $00/$01 clobbered
|
||||
; out: PARAM0/PARAM1 clobbered
|
||||
; all registers clobbered
|
||||
;------------------------------------------------------------------------------
|
||||
HardResetWeeGUI
|
||||
lda #15 ; highest possible WeeGUI view ID
|
||||
sta kHardResetDummyView
|
||||
.hardResetLoop
|
||||
+LDAY kHardResetDummyView
|
||||
+STAY PARAM0
|
||||
.hardResetLoop
|
||||
ldx #WGCreateView
|
||||
jsr WeeGUI ; create dummy views to reset state on all views
|
||||
dec kHardResetDummyView
|
||||
|
Loading…
x
Reference in New Issue
Block a user