summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
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