diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-05-30 19:23:56 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-05-30 19:23:56 -0400 |
commit | 588267d02050dfe8a566e660de76f7a223dc9617 (patch) | |
tree | e7df7199493dcc5408efa43e84918cdf6da0e990 /engine/battle/animations.asm | |
parent | 00cefcb4f35c0fd433c6852e88bce10e520abe13 (diff) |
League PC code, address comments for hidden_items.asm
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 |