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 /items | |
parent | 1ab4b59d869195e89e2fd2e285809fab6f7318e5 (diff) |
rename Function0x{} labels to Function{} for consistency
Diffstat (limited to 'items')
-rw-r--r-- | items/item_effects.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index e602b3d34..9118fb4f0 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -1542,7 +1542,7 @@ Functionf030: ; f030 (3:7030) res 7, [hl] .asm_f04f push bc - callba Function0x365d7 + callba Function365d7 pop bc ret @@ -2343,7 +2343,7 @@ XSpecial: ; f4c5 ld [hBattleTurn], a ld [AttackMissed], a ld [$c70d], a - callba Function0x361ef + callba Function361ef call WaitSFX callba BattleCommand8c |