mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Adjust flag action on unlocked levels to 8 bits rather than 16 (#13)
This commit is contained in:
parent
d7c59dcef1
commit
c6601a79d3
@ -22,7 +22,9 @@ ResetFlashIfOutOfCave::
|
||||
ret
|
||||
|
||||
UnlockedLevelsFlagAction::
|
||||
; Perform action b on bit e in flag array wUnlockedLevels.
|
||||
ld hl, wUnlockedLevels
|
||||
ld d, 0
|
||||
jr FlagAction
|
||||
|
||||
EventFlagAction::
|
||||
|
Loading…
Reference in New Issue
Block a user