diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 20:44:18 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 20:44:18 -0400 |
commit | e676e031a57371010742f779639024e371d5dc9f (patch) | |
tree | 99f751b218c28f1df3181c927142eab5e19ba6a8 /engine/battle/animations.asm | |
parent | 84a3ff0d1ff71f94be27a8e1a0aa63481eea88f3 (diff) | |
parent | 5c86071351aefd9ac0d15eeb7894da4160cfc761 (diff) |
Merge branch 'master' of github.com:pret/pokeyellow
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 d07e0b42..52d2ee6e 100755 --- a/engine/battle/animations.asm +++ b/engine/battle/animations.asm @@ -2300,7 +2300,7 @@ ChangeMonPic: ; 798d4 (1e:58d4) ld [wcf91], a ld [wd0b5], a xor a - ld [W_SPRITEFLIPPED], a + ld [wSpriteFlipped], a call GetMonHeader coord hl, 12, 0 call LoadFrontSpriteByMonIndex |