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