You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Rename the internal PlayCry function to _PlayCryHeader.
This commit is contained in:
@@ -179,11 +179,11 @@ PlayCryHeader:: ; 3be3
|
||||
ld a, [hl]
|
||||
ld [CryLength + 1], a
|
||||
|
||||
ld a, BANK(PlayCry)
|
||||
ld a, BANK(_PlayCryHeader)
|
||||
ld [hROMBank], a
|
||||
ld [MBC3RomBank], a
|
||||
|
||||
call PlayCry
|
||||
call _PlayCryHeader
|
||||
|
||||
pop af
|
||||
ld [hROMBank], a
|
||||
|
Reference in New Issue
Block a user