diff options
author | YamaArashi <shadow962@live.com> | 2015-02-08 00:17:03 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-02-08 00:17:03 -0800 |
commit | 1347023128e141dc4cfc71ee6bc689f909e96919 (patch) | |
tree | e9b5e0db057f8e912f479f7421144091458b2456 /wram.asm | |
parent | 72bbaed99f725b2b8b0d2653968042ce1625354c (diff) |
move-related things
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -1275,10 +1275,17 @@ ds 2 wRepelRemainingSteps:: ; wd0db ds 1 - -wd0dc:: ds 4 -wd0e0:: ds 1 -wd0e1:: ds 56 + +wMoves:: ; wd0dc +; list of moves for FormatMovesString + ds 4 + +wMoveNum:: ; d0e0 + ds 1 + +wMovesString:: ; d0e1 + ds 56 + wd119:: ds 1 wWalkBikeSurfStateCopy:: ; d11a |