From 588267d02050dfe8a566e660de76f7a223dc9617 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 30 May 2016 19:23:56 -0400 Subject: League PC code, address comments for hidden_items.asm --- engine/battle/animations.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/battle/animations.asm') 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 -- cgit v1.3.1-sl0p