diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-03-26 19:04:14 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-03-26 19:04:29 -0400 |
| commit | b8d71377bf7600abd624a21599f6a60373beaf66 (patch) | |
| tree | 3adce9e1f176b0d2a45203fe27399a2f66e9f59a /wram.asm | |
| parent | More animations.asm documentation (diff) | |
| download | pokeyellow-b8d71377bf7600abd624a21599f6a60373beaf66.tar.gz pokeyellow-b8d71377bf7600abd624a21599f6a60373beaf66.tar.xz pokeyellow-b8d71377bf7600abd624a21599f6a60373beaf66.zip | |
Document the rest of animations.asm
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1496,7 +1496,7 @@ wEnemyMoveType:: ; cfcf ds 1 wEnemyMoveAccuracy:: ; cfd0 ds 1 -W_ENEMYMOVEMAXPP:: ; cfd1 +wEnemyMoveMaxPP:: ; cfd1 ds 1 wPlayerMoveNum:: ; cfd2 ds 1 @@ -1508,7 +1508,7 @@ wPlayerMoveType:: ; cfd5 ds 1 wPlayerMoveAccuracy:: ; cfd6 ds 1 -W_PLAYERMOVEMAXPP:: ; cfd7 +wPlayerMoveMaxPP:: ; cfd7 ds 1 |
