diff options
author | yenatch <yenatch@gmail.com> | 2014-07-18 10:25:03 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-07-18 10:31:52 -0700 |
commit | 928cdcfc23e90d2fb6a99aac7a7b7a4184dd77ed (patch) | |
tree | 76215f6b208af8dc7bfd26d320f1ae810192c980 /engine/scripting.asm | |
parent | 251517812f65ab95c886e2cb9afe4b996e463ec7 (diff) |
Name cry functions in home.asm.
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index 756192a0d..313653439 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -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 |