summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2015-09-07 21:47:22 -0700
committerMarcus Huderle <huderlem@gmail.com>2015-09-07 21:47:22 -0700
commitad4b829a46533ba7cef9ae9a7d2ebbe7f7b512af (patch)
tree2ad69ccb7702c9bb5c8298807b5e452306895970 /wram.asm
parent509f609cdab1b33a59b45b1f3c237484c2816215 (diff)
Label some Catch Em mode things.
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm9
1 files changed, 8 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index ebb9f6e..a8c11a0 100755
--- a/wram.asm
+++ b/wram.asm
@@ -214,7 +214,14 @@ wNumMonHits:: ; 0xd5c0
; Number of times the wild pokemon has been hit in Catch'em mode
ds 1
- ds $128
+ ds $6e
+
+; Number of times the Mewtwo Bonus stage has been defeated.
+; Counts up at most to 2, and is reset if Mew is encountered.
+wNumMewtwoBonusCompletions:: ; 0xd62f
+ ds 1
+
+ ds $b9
wMeowthAnimationFrameCounter:: ; 0xd6e9
; Counts down. When it hits 0, the next animation frame happens.