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 | fixed hp bar wram label and misc (diff) | |
| download | pokeyellow-1347023128e141dc4cfc71ee6bc689f909e96919.tar.gz pokeyellow-1347023128e141dc4cfc71ee6bc689f909e96919.tar.xz pokeyellow-1347023128e141dc4cfc71ee6bc689f909e96919.zip | |
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 |
