diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-03-08 11:21:37 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-03-08 11:21:37 -0700 |
commit | 40083b275d75d3722fd269b85871c14f363eea43 (patch) | |
tree | 7354bb2f97155cfd7d03ab2eeebd969c6e11bf83 /wram.asm | |
parent | 3da9363677cd5fa8425c6ecf8c09ce90c329089b (diff) |
Label wCurrentMon.
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -19,9 +19,14 @@ wCurrentMap:: ; 0xd54a ; Current map during play. See map_constants.asm ds 1 - ds $2f + ds $2e ; d54b might be the current mode (catchEm, evolution, map change, etc.) +wCurrentMon:: ; 0xd579 +; Current mon id for CatchEm Mode. Might also be used for Evolution Mode. +; It stores (mon id - 1), which is annoying. + ds 1 + wTimerSeconds:: ; 0xd57a ds 1 wTimerMinutes:: ; 0xd57b |