diff options
author | yenatch <yenatch@gmail.com> | 2013-12-31 04:10:49 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-31 04:10:49 -0500 |
commit | a18cab495dc3fdee85b89faf4b42ca48fd428c1e (patch) | |
tree | 6ffabd669d01eebdb8b8b1827ae44c0235e047f8 /battle/effects/protect.asm | |
parent | 1ab4b59d869195e89e2fd2e285809fab6f7318e5 (diff) |
rename Function0x{} labels to Function{} for consistency
Diffstat (limited to 'battle/effects/protect.asm')
-rw-r--r-- | battle/effects/protect.asm | 6 |
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 |