mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08: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
|
ret
|
||||||
|
|
||||||
UnlockedLevelsFlagAction::
|
UnlockedLevelsFlagAction::
|
||||||
|
; Perform action b on bit e in flag array wUnlockedLevels.
|
||||||
ld hl, wUnlockedLevels
|
ld hl, wUnlockedLevels
|
||||||
|
ld d, 0
|
||||||
jr FlagAction
|
jr FlagAction
|
||||||
|
|
||||||
EventFlagAction::
|
EventFlagAction::
|
||||||
|
Loading…
Reference in New Issue
Block a user