diff options
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 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 |