You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
rename Function0x{} labels to Function{} for consistency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user