diff options
author | Bryan Bishop <kanzure@gmail.com> | 2014-07-19 14:25:28 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2014-07-19 14:25:28 -0500 |
commit | bb5ae04ca5654b8c22585bcc094ee05d1ab5e055 (patch) | |
tree | fc6a371f6f37fb8efe888025f0745eb2109fd909 /engine/scripting.asm | |
parent | 1ba907e3539f51c70c95eed6189c14cea259b71a (diff) | |
parent | 4757e299be8c7c6981b75b1159bf5e3d28ee544e (diff) |
Merge pull request #259 from yenatch/cries
Shorten cry defs now that cry parameters are all words.
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 |