summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-11-29 15:09:32 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-11-29 15:09:32 -0500
commit6dc1f939e1e97563928c22950d8fa618d892c32d (patch)
tree9f9f19eac7a40d9d66fb259da8b1e377826360be /main.asm
parent2e3b58e6207997315cd69bf50968494b3b2b982b (diff)
bankB misc functions
ScaleSpriteByTwo, DisplayEffectiveness and CheckIfMoveIsKnown
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 741e9857..e36f755f 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 InvertBGPalColor0_4Frames ; change BG white to dark grey for 4 frames
+ predef InvertBGPal_4Frames ; change BG white to dark grey for 4 frames
ld a, SFX_POISONED
call PlaySound
.skipPoisonEffectAndSound