Adjust flag action on unlocked levels to 8 bits rather than 16 (#13)

This commit is contained in:
xCrystal 2023-08-22 12:08:52 +02:00
parent d7c59dcef1
commit c6601a79d3

View File

@ -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::