Skip to content

Commit a222aa4

Browse files
Merge pull request #129 from zohassadar/clear_crash_state
Clear crashState at game init
2 parents 9ad2faa + d216a5e commit a222aa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gamemodestate/initstate.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ gameModeState_initGameState:
4646
sta dasOnlyShiftDisabled
4747
sta invisibleFlag
4848
sta currentFloor
49+
sta crashState
4950

5051
; initialize currentFloor if necessary
5152
lda practiseType

0 commit comments

Comments
 (0)