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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user