summaryrefslogtreecommitdiff
path: root/battle/effects/protect.asm
diff options
context:
space:
mode:
Diffstat (limited to 'battle/effects/protect.asm')
-rw-r--r--battle/effects/protect.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/battle/effects/protect.asm b/battle/effects/protect.asm
index 45e9a75d4..a24df82d7 100644
--- a/battle/effects/protect.asm
+++ b/battle/effects/protect.asm
@@ -7,7 +7,7 @@ BattleCommand55: ; 37618
call _GetBattleVar
set SUBSTATUS_PROTECT, [hl]
- call Function0x37e01
+ call Function37e01
ld hl, ProtectedItselfText
jp StdBattleTextBox
@@ -23,7 +23,7 @@ ProtectChance: ; 3762c
ld de, EnemyProtectCount
.asm_37637
- call Function0x36abf
+ call Function36abf
jr nz, .failed
; Can't have a substitute.
@@ -73,7 +73,7 @@ ProtectChance: ; 3762c
.failed
xor a
ld [de], a
- call Function0x37e77
+ call Function37e77
call PrintButItFailed
scf
ret