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_ --- yellow/main.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'yellow') diff --git a/yellow/main.asm b/yellow/main.asm index 99acf4a5..b7a9cfba 100755 --- a/yellow/main.asm +++ b/yellow/main.asm @@ -1796,7 +1796,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 @@ -3790,8 +3790,8 @@ JynxPicBack: INCBIN "pic/monback/jynxb.pic" MoltresPicFront: INCBIN "pic/ymon/moltres.pic" MoltresPicBack: INCBIN "pic/monback/moltresb.pic" - dr $2bd4c,$2c000 - +INCLUDE "engine/predefsA.asm" +INCLUDE "engine/battle/moveEffects/leech_seed_effect.asm" SECTION "Pics 3", ROMX, BANK[PICS_3] -- cgit v1.3.1-sl0p