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/core.asm | |
parent | 1ab4b59d869195e89e2fd2e285809fab6f7318e5 (diff) |
rename Function0x{} labels to Function{} for consistency
Diffstat (limited to 'battle/core.asm')
-rw-r--r-- | battle/core.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/battle/core.asm b/battle/core.asm index 89123f01c..f4b7c3cdb 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -3421,7 +3421,7 @@ Function3d5d7: ; 3d5d7 ld a, BANK(Moves) call FarCopyBytes call SetEnemyTurn - callab Function0x347c8 + callab Function347c8 pop bc pop de pop hl @@ -3456,13 +3456,13 @@ Function3d618: ; 3d618 ld a, [BattleMonType1] ld [PlayerMoveType], a call SetPlayerTurn - callab Function0x347c8 + callab Function347c8 ld a, [$d265] cp $b jr nc, .asm_3d663 ld a, [BattleMonType2] ld [PlayerMoveType], a - callab Function0x347c8 + callab Function347c8 ld a, [$d265] cp $b jr nc, .asm_3d663 @@ -4554,15 +4554,15 @@ Function3dde9: ; 3dde9 res 7, [hl] .asm_3de26 - ld hl, Function0x365fd + ld hl, Function365fd ld a, [hBattleTurn] and a jr z, .asm_3de31 - ld hl, Function0x365d7 + ld hl, Function365d7 .asm_3de31 call Function3c8e4 - ld a, BANK(Function0x365fd) + ld a, BANK(Function365fd) rst FarCall call Function3c8e4 call Function3ddc8 |