rename Function0x{} labels to Function{} for consistency

This commit is contained in:
yenatch
2013-12-31 04:10:49 -05:00
parent 1ab4b59d86
commit a18cab495d
15 changed files with 429 additions and 429 deletions

View File

@@ -30,12 +30,12 @@ BattleCommand58: ; 376c2
ld [EnemyPerishCount], a
.done
call Function0x37e01
call Function37e01
ld hl, StartPerishText
jp StdBattleTextBox
.failed
call Function0x37e77
call Function37e77
jp PrintButItFailed
; 376f8