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/metronome.asm | |
parent | 1ab4b59d869195e89e2fd2e285809fab6f7318e5 (diff) |
rename Function0x{} labels to Function{} for consistency
Diffstat (limited to 'battle/effects/metronome.asm')
-rw-r--r-- | battle/effects/metronome.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/battle/effects/metronome.asm b/battle/effects/metronome.asm index fd3d151f0..3762ec372 100644 --- a/battle/effects/metronome.asm +++ b/battle/effects/metronome.asm @@ -1,8 +1,8 @@ BattleCommand34: ; 37418 ; metronome - call Function0x372d8 - call Function0x34548 + call Function372d8 + call Function34548 jr nz, .asm_3742b ld a, [$c689] @@ -12,7 +12,7 @@ BattleCommand34: ; 37418 ld [$c689], a .asm_3742b - call Function0x37e36 + call Function37e36 .GetMove call BattleRandom |