summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2015-03-08 11:21:37 -0700
committerMarcus Huderle <huderlem@gmail.com>2015-03-08 11:21:37 -0700
commit40083b275d75d3722fd269b85871c14f363eea43 (patch)
tree7354bb2f97155cfd7d03ab2eeebd969c6e11bf83 /wram.asm
parent3da9363677cd5fa8425c6ecf8c09ce90c329089b (diff)
Label wCurrentMon.
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm7
1 files changed, 6 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 3e9febf..2ab7d70 100755
--- a/wram.asm
+++ b/wram.asm
@@ -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