diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-07-18 16:20:02 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-07-18 16:20:02 -0700 |
commit | ea309908b7d2a8ef4ebcc1b5f3c7954cf300c493 (patch) | |
tree | 47bff3c56bbd9dd92a4b9a229d566d71f1ad9204 /wram.asm | |
parent | 8eefd6a14ad4ce97008bea6c6fe10c17fc67cb84 (diff) |
Dump all known routines.
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -83,7 +83,13 @@ wTimerMinutes:: ; 0xd57b wTimerFrames:: ; 0xd57c ds 1 - ds $224 + ds $43 + +wNumMonHits:: ; 0xd5c0 +; Number of times the wild pokemon has been hit in Catch'em mode + ds 1 + + ds $1e0 wLeftTiltCounter:: ; 0xd7a1 ; Counts up to 3 and back down to time the left tilt animation |