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/TradeCenter.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'maps/TradeCenter.asm') diff --git a/maps/TradeCenter.asm b/maps/TradeCenter.asm index 1075c169a..a87b10d9c 100644 --- a/maps/TradeCenter.asm +++ b/maps/TradeCenter.asm @@ -24,7 +24,7 @@ UnknownScript_0x1933ed: ; 0x1933ed ; 0x1933ee UnknownScript_0x1933ee: ; 0x1933ee - special $0010 + special Function29f47 iffalse UnknownScript_0x1933f9 disappear $3 appear $2 @@ -44,7 +44,7 @@ UnknownScript_0x1933fe: ; 0x1933fe ; 0x193405 MapTradeCenterSignpost1Script: ; 0x193405 - special $000d + special Function29ec4 newloadmap $f8 end ; 0x19340b -- cgit v1.2.3