You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Prefix engine_flags wram addresses with w
This commit is contained in:
@@ -38,7 +38,7 @@ UpdateGameTimer:: ; 20ad
|
||||
ret nz
|
||||
|
||||
; Is the timer paused?
|
||||
ld hl, GameTimerPause
|
||||
ld hl, wGameTimerPause
|
||||
bit 0, [hl]
|
||||
ret z
|
||||
|
||||
|
||||
Reference in New Issue
Block a user