summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm14
1 files changed, 13 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 730f2a8..a190c0d 100755
--- a/wram.asm
+++ b/wram.asm
@@ -74,7 +74,19 @@ wBallRotation:: ; 0xd4c4
; wBallSpin is added to this every frame
ds 1
- ds $85
+ ds $2b
+
+wLeftMapMoveCounter:: ; 0xd4f0
+; Diglett or Poliwag counter that counts to three to trigger a Map Move
+ ds 1
+
+ ds 1
+
+wRightMapMoveCounter:: ; 0xd4f2
+; Diglett or Psyduck counter that counts to three to trigger a Map Move\
+ ds 1
+
+ ds $57
wCurrentMap:: ; 0xd54a
; Current map during play. See map_constants.asm