summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm8
1 files changed, 7 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index a190c0d..07af332 100755
--- a/wram.asm
+++ b/wram.asm
@@ -74,7 +74,13 @@ wBallRotation:: ; 0xd4c4
; wBallSpin is added to this every frame
ds 1
- ds $2b
+ ds $1c
+
+wInitialMapSelectionIndex:: ; 0xd4e1
+; index to keep track of the spinning map selection at the start of a new game
+ ds 1
+
+ ds $e
wLeftMapMoveCounter:: ; 0xd4f0
; Diglett or Poliwag counter that counts to three to trigger a Map Move