diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-07-02 14:29:50 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-07-02 14:29:50 -0500 |
commit | d96ff8f4adfb760db788deffa75a335ad1873ba3 (patch) | |
tree | 473392860dc6b0604f4cfec24f7c22dcd00a41d0 /wram.asm | |
parent | 6f610f7b80ba0047ac1116cccaa1bda957aeb620 (diff) |
Label some more catch em mode and timer stuff
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -800,7 +800,8 @@ wTimerMinutes:: ; 0xd57b wTimerFrames:: ; 0xd57c ds $1 -wd57d:: ; 0xd57d +wTimerActive:: ; 0xd57d +; Set to 1 when the Timer is displayed and counting down. ds $1 wd57e:: ; 0xd57e |