From 88f1b8165b4e0ce0e416e26d7cb7b3105b8f8c31 Mon Sep 17 00:00:00 2001 From: pfero Date: Sun, 29 Oct 2017 11:09:24 +0100 Subject: 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. --- engine/scripting.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/scripting.asm') 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 -- cgit v1.2.3