From 40802da3cf27a453f62c8c4b712e876b06a9d834 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 12 Nov 2015 11:10:19 -0500 Subject: Map header labels, tileset constants --- engine/scripting.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/scripting.asm') diff --git a/engine/scripting.asm b/engine/scripting.asm index cbc8c0028..ae5041bc2 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -2874,7 +2874,7 @@ Script_warpmod: ; 0x97a65 ; map_id (MapIdParam) call GetScriptByte - ld [wdcac], a + ld [BackupWarpNumber], a call GetScriptByte ld [BackupMapGroup], a call GetScriptByte @@ -2985,7 +2985,7 @@ Script_reloadmappart:: ; 0x97ae3 Script_warpcheck: ; 0x97af6 ; script command 0x8e - call Function224a + call WarpCheck ret nc callba SetAll_ScriptFlags3 ret -- cgit v1.2.3