From b048ea0faf295832faa3f113ccb9308b60b0b11e Mon Sep 17 00:00:00 2001 From: yenatch Date: Wed, 11 Feb 2015 15:03:42 -0800 Subject: Use labels for script specials instead of constants/static values. --- maps/TimeCapsule.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'maps/TimeCapsule.asm') diff --git a/maps/TimeCapsule.asm b/maps/TimeCapsule.asm index a6b7e4321..8e5b4e343 100644 --- a/maps/TimeCapsule.asm +++ b/maps/TimeCapsule.asm @@ -24,7 +24,7 @@ UnknownScript_0x1934fc: ; 0x1934fc ; 0x1934fd UnknownScript_0x1934fd: ; 0x1934fd - special $0010 + special Function29f47 iffalse UnknownScript_0x193508 disappear $3 appear $2 @@ -44,7 +44,7 @@ UnknownScript_0x19350d: ; 0x19350d ; 0x193514 MapTimeCapsuleSignpost1Script: ; 0x193514 - special $000f + special Function29eaf newloadmap $f8 end ; 0x19351a -- cgit v1.2.3