diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-09-08 18:22:27 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-09-08 18:22:27 -0700 |
commit | 68c3416cb1fcd1c6a0ce43bbcf9f834302aa2def (patch) | |
tree | 6e5e1de7269a1018a69be7792c737d77d83d3110 /wram.asm | |
parent | ad4b829a46533ba7cef9ae9a7d2ebbe7f7b512af (diff) |
Label blue stage forcefield direction.
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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. |