diff options
author | pfero <ohpee@loves.dicksinhisan.us> | 2017-10-29 11:09:24 +0100 |
---|---|---|
committer | pfero <ohpee@loves.dicksinhisan.us> | 2017-10-29 11:14:59 +0100 |
commit | 88f1b8165b4e0ce0e416e26d7cb7b3105b8f8c31 (patch) | |
tree | 07bd93d936afad62edb8f383cddb685ffa627cf4 /engine/scripting.asm | |
parent | 7c9a1561332d3ac9522b6c2dfa74e40835ab790b (diff) |
Define GetWarpSFX
This function checks the current tile at the player's feet, and returns
an appropriate SFX that should be played when warping from it.
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index e9899ef0f..42976ad65 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -958,7 +958,7 @@ Script_waitsfx: Script_warpsound: ; script command 0x87 - callba Function14a07 + callba GetWarpSFX call PlaySFX ret |