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/foresight.asm | |
parent | 1ab4b59d869195e89e2fd2e285809fab6f7318e5 (diff) |
rename Function0x{} labels to Function{} for consistency
Diffstat (limited to 'battle/effects/foresight.asm')
-rw-r--r-- | battle/effects/foresight.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/effects/foresight.asm b/battle/effects/foresight.asm index ed2e629a0..144bd1e26 100644 --- a/battle/effects/foresight.asm +++ b/battle/effects/foresight.asm @@ -14,11 +14,11 @@ BattleCommand57: ; 376a0 jr nz, .failed set SUBSTATUS_IDENTIFIED, [hl] - call Function0x37e01 + call Function37e01 ld hl, IdentifiedText jp StdBattleTextBox .failed - jp Function0x37354 + jp Function37354 ; 376c2 |