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