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

@@ -1040,10 +1040,10 @@ Script_cry: ; 0x971d1
call GetScriptByte
pop af
and a
jr nz, .asm_971df ; 0x971da $3
jr nz, .ok
ld a, [ScriptVar]
.asm_971df
call Function37ce
.ok
call PlayCry
ret
; 0x971e3