From 2e3b58e6207997315cd69bf50968494b3b2b982b Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 28 Nov 2015 17:55:14 -0500 Subject: BankA misc functions predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_ --- main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.asm') diff --git a/main.asm b/main.asm index 2ecf5f63..741e9857 100755 --- a/main.asm +++ b/main.asm @@ -2575,7 +2575,7 @@ ApplyOutOfBattlePoisonDamage: ; c3de (3:43de) and a ; are any party members poisoned? jr z, .skipPoisonEffectAndSound ld b, $2 - predef ChangeBGPalColor0_4Frames ; change BG white to dark grey for 4 frames + predef InvertBGPalColor0_4Frames ; change BG white to dark grey for 4 frames ld a, SFX_POISONED call PlaySound .skipPoisonEffectAndSound -- cgit v1.3.1-sl0p