Name cry functions in home.asm.

This commit is contained in:
yenatch
2014-07-18 10:25:03 -07:00
parent 251517812f
commit 928cdcfc23
8 changed files with 69 additions and 56 deletions

View File

@@ -142,7 +142,7 @@ PlayMusic2:: ; 3bbc
PlayCryHeader:: ; 3be3
; Play a cry given parameters at header de
; Play cry header de.
push hl
push de

View File

@@ -1108,7 +1108,7 @@ Function1522:: ; 1522
ld e, [hl]
inc hl
ld d, [hl]
call Function37ce
call PlayCry
pop de
pop hl
pop bc