You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Implement talker events [commit 3] (#30)
This commit is contained in:
@@ -28,8 +28,8 @@ BoardMenuScript::
|
||||
ld hl, wCurTurn
|
||||
inc [hl]
|
||||
; reset turn-scoped event flags
|
||||
ld hl, wEventFlags + EVENT_LEVEL_SCOPED_FLAGS_START / 8
|
||||
ld c, (EVENT_LEVEL_SCOPED_FLAGS_END / 8) - (EVENT_LEVEL_SCOPED_FLAGS_START / 8)
|
||||
ld hl, wEventFlags + EVENT_TURN_SCOPED_FLAGS_START / 8
|
||||
ld c, (EVENT_TURN_SCOPED_FLAGS_END / 8) - (EVENT_TURN_SCOPED_FLAGS_START / 8)
|
||||
xor a
|
||||
.loop
|
||||
ld [hli], a
|
||||
|
||||
Reference in New Issue
Block a user