summaryrefslogtreecommitdiff
path: root/yellow/main.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-11-28 17:55:14 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-11-28 17:55:14 -0500
commit2e3b58e6207997315cd69bf50968494b3b2b982b (patch)
tree104e499b82988166a41f778ac9f6e5132f307022 /yellow/main.asm
parent0f624fa59a3574fc401bcc52cdda4eccb315ff8f (diff)
BankA misc functions
predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_
Diffstat (limited to 'yellow/main.asm')
-rwxr-xr-xyellow/main.asm6
1 files changed, 3 insertions, 3 deletions
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]