summaryrefslogtreecommitdiff
path: root/battle/effect_commands.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-07-29 13:58:20 -0400
committeryenatch <yenatch@gmail.com>2013-07-29 13:58:20 -0400
commited200a5a16d34e8ef7c2d210cc4e4d2bebb64745 (patch)
treea9635da2045cfec3a8d27eb59e297018f6e21b60 /battle/effect_commands.asm
parent39d84d4491d79d565289248dcc9d7e2a2b68c671 (diff)
fill out bank f more
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r--battle/effect_commands.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 4372dacba..f52dfa483 100644
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -6850,7 +6850,7 @@ Function0x365d7: ; 365d7
ld a, $5
call Function0x3661d
- ld hl, $6d45
+ ld hl, BadgeStatBoosts
call CallBankF
call SwitchTurn
@@ -8385,7 +8385,7 @@ BattleCommand98: ; 36f25
; doubleflyingdamage
ld a, BATTLE_VARS_SUBSTATUS3_OPP
call CleanGetBattleVarPair
- bit 6, a ; flying
+ bit SUBSTATUS_FLYING, a
ret z
jr DoubleDamage
; 36f2f
@@ -8395,7 +8395,7 @@ BattleCommand99: ; 36f2f
; doubleundergrounddamage
ld a, BATTLE_VARS_SUBSTATUS3_OPP
call CleanGetBattleVarPair
- bit 5, a ; underground
+ bit SUBSTATUS_UNDERGROUND, a
ret z
; fallthrough