Person event constants for each map

This commit is contained in:
PikalaxALT
2015-11-27 00:22:14 -05:00
parent c7985e1f3c
commit 0d944f5915
388 changed files with 4647 additions and 2405 deletions

View File

@@ -1,3 +1,7 @@
const_value set 2
const TRADECENTER_CHRIS1
const TRADECENTER_CHRIS2
TradeCenter_MapScriptHeader:
.MapTriggers:
db 2
@@ -23,13 +27,13 @@ TradeCenter_MapScriptHeader:
TradeCenter_SetWhichChris:
special Special_CableClubCheckWhichChris
iffalse .Chris2
disappear $3
appear $2
disappear TRADECENTER_CHRIS2
appear TRADECENTER_CHRIS1
return
.Chris2:
disappear $2
appear $3
disappear TRADECENTER_CHRIS1
appear TRADECENTER_CHRIS2
return
TradeCenter_Initialize: