You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Adjust flag action on unlocked levels to 8 bits rather than 16 (#13)
This commit is contained in:
@@ -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::
|
||||||
|
Reference in New Issue
Block a user