summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2015-09-08 18:22:27 -0700
committerMarcus Huderle <huderlem@gmail.com>2015-09-08 18:22:27 -0700
commit68c3416cb1fcd1c6a0ce43bbcf9f834302aa2def (patch)
tree6e5e1de7269a1018a69be7792c737d77d83d3110 /wram.asm
parentad4b829a46533ba7cef9ae9a7d2ebbe7f7b512af (diff)
Label blue stage forcefield direction.
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm12
1 files changed, 11 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index a8c11a0..27eb459 100755
--- a/wram.asm
+++ b/wram.asm
@@ -221,7 +221,17 @@ wNumMonHits:: ; 0xd5c0
wNumMewtwoBonusCompletions:: ; 0xd62f
ds 1
- ds $b9
+ ds $e
+
+wBlueStageForceFieldDirection:: ; 0xd63e
+; Controls the direction of the arrow force field in between Cloyster and Slowpoke in the Blue Stage.
+; $0 = up
+; $1 = right
+; $2 = down
+; $3 = left
+ ds 1
+
+ ds $aa
wMeowthAnimationFrameCounter:: ; 0xd6e9
; Counts down. When it hits 0, the next animation frame happens.