diff options
| author | YamaArashi <shadow962@live.com> | 2015-08-07 05:20:37 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-08-07 05:20:37 -0700 |
| commit | f658aff5383fa1e22343efc17e4551c6e7685a39 (patch) | |
| tree | 227e1d24c44a3f300b26748095b06fe9da9d2953 /engine/battle/animations.asm | |
| parent | named CountSetBits output variable (diff) | |
| download | pokeyellow-f658aff5383fa1e22343efc17e4551c6e7685a39.tar.gz pokeyellow-f658aff5383fa1e22343efc17e4551c6e7685a39.tar.xz pokeyellow-f658aff5383fa1e22343efc17e4551c6e7685a39.zip | |
named wram variables
Diffstat (limited to 'engine/battle/animations.asm')
| -rwxr-xr-x | engine/battle/animations.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/animations.asm b/engine/battle/animations.asm index 424190d3..b46842ec 100755 --- a/engine/battle/animations.asm +++ b/engine/battle/animations.asm @@ -2956,7 +2956,7 @@ TossBallAnimation: ; 79e16 (1e:5e16) ld a,[W_ISINBATTLE] cp a,2 jr z,.BlockBall ; if in trainer battle, play different animation - ld a,[wd11e] + ld a,[wPokeBallAnimData] ld b,a ; upper nybble: how many animations (from PokeBallAnimations) to play |
