You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
rename Function0x{} labels to Function{} for consistency
This commit is contained in:
@@ -7,7 +7,7 @@ BattleCommand55: ; 37618
|
||||
call _GetBattleVar
|
||||
set SUBSTATUS_PROTECT, [hl]
|
||||
|
||||
call Function0x37e01
|
||||
call Function37e01
|
||||
|
||||
ld hl, ProtectedItselfText
|
||||
jp StdBattleTextBox
|
||||
@@ -23,7 +23,7 @@ ProtectChance: ; 3762c
|
||||
ld de, EnemyProtectCount
|
||||
.asm_37637
|
||||
|
||||
call Function0x36abf
|
||||
call Function36abf
|
||||
jr nz, .failed
|
||||
|
||||
; Can't have a substitute.
|
||||
@@ -73,7 +73,7 @@ ProtectChance: ; 3762c
|
||||
.failed
|
||||
xor a
|
||||
ld [de], a
|
||||
call Function0x37e77
|
||||
call Function37e77
|
||||
call PrintButItFailed
|
||||
scf
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user