You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
"CryHeader" → "Cry"; "Cry" → "MonCry"
This commit is contained in:
@@ -141,7 +141,7 @@ PlayMusic2:: ; 3bbc
|
||||
; 3be3
|
||||
|
||||
|
||||
PlayCryHeader:: ; 3be3
|
||||
PlayCry:: ; 3be3
|
||||
; Play cry header de.
|
||||
|
||||
push hl
|
||||
@@ -176,11 +176,11 @@ endr
|
||||
ld a, [hl]
|
||||
ld [CryLength + 1], a
|
||||
|
||||
ld a, BANK(_PlayCryHeader)
|
||||
ld a, BANK(_PlayCry)
|
||||
ld [hROMBank], a
|
||||
ld [MBC3RomBank], a
|
||||
|
||||
call _PlayCryHeader
|
||||
call _PlayCry
|
||||
|
||||
pop af
|
||||
ld [hROMBank], a
|
||||
|
||||
Reference in New Issue
Block a user