Remove address comments
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
.set LOCALID_LOTTERY_CLERK, 2
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_MapScripts:: @ 821F692
|
||||
LilycoveCity_DepartmentStore_1F_MapScripts::
|
||||
.byte 0
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_Greeter:: @ 821F693
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_Greeter::
|
||||
msgbox LilycoveCity_DepartmentStore_1F_Text_WelcomeToDeptStore, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_LotteryClerk:: @ 821F69C
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_LotteryClerk::
|
||||
lock
|
||||
faceplayer
|
||||
dotimebasedevents
|
||||
@@ -57,62 +57,62 @@ LilycoveCity_DepartmentStore_1F_EventScript_LotteryClerk:: @ 821F69C
|
||||
goto LilycoveCity_DepartmentStore_1F_EventScript_PleaseVisitAgain2
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_TicketMatchPartyMon:: @ 821F77B
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_TicketMatchPartyMon::
|
||||
msgbox LilycoveCity_DepartmentStore_1F_Text_TicketMatchesPartyMon, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_TicketMatchPCMon:: @ 821F784
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_TicketMatchPCMon::
|
||||
msgbox LilycoveCity_DepartmentStore_1F_Text_TicketMatchesPCMon, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_ComeBackTomorrow:: @ 821F78D
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_ComeBackTomorrow::
|
||||
msgbox LilycoveCity_DepartmentStore_1F_Text_ComeBackTomorrow, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_PleaseVisitAgain:: @ 821F797
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_PleaseVisitAgain::
|
||||
msgbox LilycoveCity_DepartmentStore_1F_Text_PleaseVisitAgain, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_NoMatch:: @ 821F7A1
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_NoMatch::
|
||||
msgbox LilycoveCity_DepartmentStore_1F_Text_NoNumbersMatched, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_DepartmentStore_1F_EventScript_PleaseVisitAgain2
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_PleaseVisitAgain2:: @ 821F7AF
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_PleaseVisitAgain2::
|
||||
msgbox LilycoveCity_DepartmentStore_1F_Text_PleaseVisitAgain2, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_TwoDigitMatch:: @ 821F7B9
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_TwoDigitMatch::
|
||||
msgbox LilycoveCity_DepartmentStore_1F_Text_TwoDigitsMatched, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_ThreeDigitMatch:: @ 821F7C2
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_ThreeDigitMatch::
|
||||
msgbox LilycoveCity_DepartmentStore_1F_Text_ThreeDigitsMatched, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_FourDigitMatch:: @ 821F7CB
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_FourDigitMatch::
|
||||
msgbox LilycoveCity_DepartmentStore_1F_Text_FourDigitsMatched, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_FullMatch:: @ 821F7D4
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_FullMatch::
|
||||
msgbox LilycoveCity_DepartmentStore_1F_Text_AllFiveDigitsMatched, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_RecordPrizeNoRoom:: @ 821F7DD
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_RecordPrizeNoRoom::
|
||||
copyvar VAR_POKELOT_PRIZE_PLACE, VAR_0x8004
|
||||
copyvar VAR_POKELOT_PRIZE_ITEM, VAR_0x8005
|
||||
goto LilycoveCity_DepartmentStore_1F_EventScript_NoRoomForPrize
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_NoRoomForPrize:: @ 821F7ED
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_NoRoomForPrize::
|
||||
msgbox LilycoveCity_DepartmentStore_1F_Text_NoRoomForThis, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_GivePrizeFromEarlier:: @ 821F7F7
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_GivePrizeFromEarlier::
|
||||
msgbox LilycoveCity_DepartmentStore_1F_Text_PrizeWeveBeenHolding, MSGBOX_DEFAULT
|
||||
giveitem VAR_POKELOT_PRIZE_ITEM
|
||||
compare VAR_RESULT, FALSE
|
||||
@@ -125,19 +125,19 @@ LilycoveCity_DepartmentStore_1F_EventScript_GivePrizeFromEarlier:: @ 821F7F7
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_PokefanF:: @ 821F82F
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_PokefanF::
|
||||
msgbox LilycoveCity_DepartmentStore_1F_Text_IBuyAllSortsOfThings, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_LittleGirl:: @ 821F838
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_LittleGirl::
|
||||
msgbox LilycoveCity_DepartmentStore_1F_Text_MomBuyingMeFurniture, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_PokefanM:: @ 821F841
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_PokefanM::
|
||||
msgbox LilycoveCity_DepartmentStore_1F_Text_BuyingSomethingForAzumarill, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_Azumarill:: @ 821F84A
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_Azumarill::
|
||||
lock
|
||||
faceplayer
|
||||
waitse
|
||||
@@ -147,30 +147,30 @@ LilycoveCity_DepartmentStore_1F_EventScript_Azumarill:: @ 821F84A
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_FloorNamesSign:: @ 821F85D
|
||||
LilycoveCity_DepartmentStore_1F_EventScript_FloorNamesSign::
|
||||
msgbox LilycoveCity_DepartmentStore_1F_Text_FloorNamesSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_Text_WelcomeToDeptStore: @ 821F866
|
||||
LilycoveCity_DepartmentStore_1F_Text_WelcomeToDeptStore:
|
||||
.string "Welcome to LILYCOVE DEPARTMENT STORE.$"
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_Text_IBuyAllSortsOfThings: @ 821F88C
|
||||
LilycoveCity_DepartmentStore_1F_Text_IBuyAllSortsOfThings:
|
||||
.string "Whenever I come to the DEPARTMENT\n"
|
||||
.string "STORE, I always end up buying all sorts\l"
|
||||
.string "of things because it's so fun.$"
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_Text_MomBuyingMeFurniture: @ 821F8F5
|
||||
LilycoveCity_DepartmentStore_1F_Text_MomBuyingMeFurniture:
|
||||
.string "Today, my mom is going to buy me some\n"
|
||||
.string "nice furniture.$"
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_Text_BuyingSomethingForAzumarill: @ 821F92B
|
||||
LilycoveCity_DepartmentStore_1F_Text_BuyingSomethingForAzumarill:
|
||||
.string "I'm buying something for my AZUMARILL\n"
|
||||
.string "as a reward for winning a CONTEST.$"
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_Text_Azumarill: @ 821F974
|
||||
LilycoveCity_DepartmentStore_1F_Text_Azumarill:
|
||||
.string "AZUMARILL: Maririroo!$"
|
||||
|
||||
LilycoveCity_DepartmentStore_1F_Text_FloorNamesSign: @ 821F98A
|
||||
LilycoveCity_DepartmentStore_1F_Text_FloorNamesSign:
|
||||
.string "1F: SERVICE COUNTER\n"
|
||||
.string " LOTTERY CORNER\p"
|
||||
.string "2F: TRAINER'S ZONE\p"
|
||||
@@ -180,7 +180,7 @@ LilycoveCity_DepartmentStore_1F_Text_FloorNamesSign: @ 821F98A
|
||||
.string "ROOFTOP: ROOFTOP PLAZA$"
|
||||
|
||||
@ Unused
|
||||
LilycoveCity_DepartmentStore_1F_Text_WirelessCommIsFun: @ 821FA13
|
||||
LilycoveCity_DepartmentStore_1F_Text_WirelessCommIsFun:
|
||||
.string "Wireless Communication is a\n"
|
||||
.string "lot of fun, isn't it?\p"
|
||||
.string "I think it lets you do things that\n"
|
||||
@@ -190,7 +190,7 @@ LilycoveCity_DepartmentStore_1F_Text_WirelessCommIsFun: @ 821FA13
|
||||
.string "I think it's going to be exciting!$"
|
||||
|
||||
@ Unused
|
||||
LilycoveCity_DepartmentStore_1F_Text_SpreadWordAboutWirelessComm: @ 821FAE5
|
||||
LilycoveCity_DepartmentStore_1F_Text_SpreadWordAboutWirelessComm:
|
||||
.string "I want to spread the word about how\n"
|
||||
.string "fun Wireless Communication can be.$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user