From cc8c36ee149b287b7a1cabb85abb4bf42873a3b2 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 13 Nov 2015 18:59:49 -0500 Subject: Creation of constants for OBJECT_09 indices --- engine/scripting.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engine/scripting.asm') diff --git a/engine/scripting.asm b/engine/scripting.asm index ae5041bc2..720ea1de4 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -2987,12 +2987,12 @@ Script_warpcheck: ; 0x97af6 call WarpCheck ret nc - callba SetAll_ScriptFlags3 + callba EnableEvents ret ; 0x97b01 -Function97b01: ; 0x97b01 - callba SetAll_ScriptFlags3 +Script_enableevents: ; unreferenced + callba EnableEvents ret ; 0x97b08 -- cgit v1.2.3