Remove address comments
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
.set LOCALID_WOMAN, 7
|
||||
|
||||
LilycoveCity_DepartmentStore_5F_MapScripts:: @ 821FF7A
|
||||
LilycoveCity_DepartmentStore_5F_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, LilycoveCity_DepartmentStore_5F_OnWarp
|
||||
.byte 0
|
||||
|
||||
@ During the abnormal weather from Kyogre/Groudon awakening the dept store rooftop is inaccessible
|
||||
@ Likely done to avoid dealing with showing the weather. Technically the rooftop is indoors
|
||||
LilycoveCity_DepartmentStore_5F_OnWarp: @ 821FF80
|
||||
LilycoveCity_DepartmentStore_5F_OnWarp:
|
||||
map_script_2 VAR_SOOTOPOLIS_CITY_STATE, 1, LilycoveCity_DepartmentStore_5F_EventScript_BlockRoofStairs
|
||||
map_script_2 VAR_SOOTOPOLIS_CITY_STATE, 2, LilycoveCity_DepartmentStore_5F_EventScript_BlockRoofStairs
|
||||
map_script_2 VAR_SOOTOPOLIS_CITY_STATE, 3, LilycoveCity_DepartmentStore_5F_EventScript_BlockRoofStairs
|
||||
.2byte 0
|
||||
|
||||
LilycoveCity_DepartmentStore_5F_EventScript_BlockRoofStairs:: @ 821FF9A
|
||||
LilycoveCity_DepartmentStore_5F_EventScript_BlockRoofStairs::
|
||||
setobjectxy LOCALID_WOMAN, 16, 2
|
||||
turnobject LOCALID_WOMAN, DIR_NORTH
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_5F_EventScript_ClerkFarLeft:: @ 821FFA6
|
||||
LilycoveCity_DepartmentStore_5F_EventScript_ClerkFarLeft::
|
||||
lock
|
||||
faceplayer
|
||||
message gText_HowMayIServeYou
|
||||
@@ -28,7 +28,7 @@ LilycoveCity_DepartmentStore_5F_EventScript_ClerkFarLeft:: @ 821FFA6
|
||||
end
|
||||
|
||||
.align 2
|
||||
LilycoveCity_DepartmentStore_5F_Pokemart_Dolls: @ 821FFC0
|
||||
LilycoveCity_DepartmentStore_5F_Pokemart_Dolls:
|
||||
.2byte DECOR_PICHU_DOLL
|
||||
.2byte DECOR_PIKACHU_DOLL
|
||||
.2byte DECOR_MARILL_DOLL
|
||||
@@ -45,7 +45,7 @@ LilycoveCity_DepartmentStore_5F_Pokemart_Dolls: @ 821FFC0
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_5F_EventScript_ClerkMidLeft:: @ 821FFDC
|
||||
LilycoveCity_DepartmentStore_5F_EventScript_ClerkMidLeft::
|
||||
lock
|
||||
faceplayer
|
||||
message gText_HowMayIServeYou
|
||||
@@ -56,7 +56,7 @@ LilycoveCity_DepartmentStore_5F_EventScript_ClerkMidLeft:: @ 821FFDC
|
||||
end
|
||||
|
||||
.align 2
|
||||
LilycoveCity_DepartmentStore_5F_Pokemart_Cushions: @ 821FFF4
|
||||
LilycoveCity_DepartmentStore_5F_Pokemart_Cushions:
|
||||
.2byte DECOR_PIKA_CUSHION
|
||||
.2byte DECOR_ROUND_CUSHION
|
||||
.2byte DECOR_ZIGZAG_CUSHION
|
||||
@@ -70,7 +70,7 @@ LilycoveCity_DepartmentStore_5F_Pokemart_Cushions: @ 821FFF4
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_5F_EventScript_ClerkMidRight:: @ 822000A
|
||||
LilycoveCity_DepartmentStore_5F_EventScript_ClerkMidRight::
|
||||
lock
|
||||
faceplayer
|
||||
message gText_HowMayIServeYou
|
||||
@@ -81,7 +81,7 @@ LilycoveCity_DepartmentStore_5F_EventScript_ClerkMidRight:: @ 822000A
|
||||
end
|
||||
|
||||
.align 2
|
||||
LilycoveCity_DepartmentStore_5F_Pokemart_Posters: @ 8220024
|
||||
LilycoveCity_DepartmentStore_5F_Pokemart_Posters:
|
||||
.2byte DECOR_BALL_POSTER
|
||||
.2byte DECOR_GREEN_POSTER
|
||||
.2byte DECOR_RED_POSTER
|
||||
@@ -95,7 +95,7 @@ LilycoveCity_DepartmentStore_5F_Pokemart_Posters: @ 8220024
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_5F_EventScript_ClerkFarRight:: @ 822003A
|
||||
LilycoveCity_DepartmentStore_5F_EventScript_ClerkFarRight::
|
||||
lock
|
||||
faceplayer
|
||||
message gText_HowMayIServeYou
|
||||
@@ -106,7 +106,7 @@ LilycoveCity_DepartmentStore_5F_EventScript_ClerkFarRight:: @ 822003A
|
||||
end
|
||||
|
||||
.align 2
|
||||
LilycoveCity_DepartmentStore_5F_Pokemart_Mats: @ 8220054
|
||||
LilycoveCity_DepartmentStore_5F_Pokemart_Mats:
|
||||
.2byte DECOR_SURF_MAT
|
||||
.2byte DECOR_THUNDER_MAT
|
||||
.2byte DECOR_FIRE_BLAST_MAT
|
||||
@@ -121,11 +121,11 @@ LilycoveCity_DepartmentStore_5F_Pokemart_Mats: @ 8220054
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_5F_EventScript_PokefanF:: @ 822006C
|
||||
LilycoveCity_DepartmentStore_5F_EventScript_PokefanF::
|
||||
msgbox LilycoveCity_DepartmentStore_5F_Text_PlaceFullOfCuteDolls, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_5F_EventScript_Woman:: @ 8220075
|
||||
LilycoveCity_DepartmentStore_5F_EventScript_Woman::
|
||||
lockall
|
||||
applymovement LOCALID_WOMAN, Common_Movement_FacePlayer
|
||||
waitmovement 0
|
||||
@@ -136,13 +136,13 @@ LilycoveCity_DepartmentStore_5F_EventScript_Woman:: @ 8220075
|
||||
goto LilycoveCity_DepartmentStore_5F_EventScript_WomanLegendaryWeather
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_5F_EventScript_WomanNormal:: @ 822009C
|
||||
LilycoveCity_DepartmentStore_5F_EventScript_WomanNormal::
|
||||
msgbox LilycoveCity_DepartmentStore_5F_Text_SellManyCuteMatsHere, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_5F_EventScript_WomanLegendaryWeather:: @ 82200A7
|
||||
LilycoveCity_DepartmentStore_5F_EventScript_WomanLegendaryWeather::
|
||||
msgbox LilycoveCity_DepartmentStore_5F_Text_ClosedRooftopForWeather, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement LOCALID_WOMAN, Common_Movement_WalkInPlaceFastestUp
|
||||
@@ -150,24 +150,24 @@ LilycoveCity_DepartmentStore_5F_EventScript_WomanLegendaryWeather:: @ 82200A7
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_5F_EventScript_LittleGirl:: @ 82200BC
|
||||
LilycoveCity_DepartmentStore_5F_EventScript_LittleGirl::
|
||||
msgbox LilycoveCity_DepartmentStore_5F_Text_GettingDollInsteadOfPokemon, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_5F_Text_PlaceFullOfCuteDolls: @ 82200C5
|
||||
LilycoveCity_DepartmentStore_5F_Text_PlaceFullOfCuteDolls:
|
||||
.string "This place is full of cute DOLLS.\p"
|
||||
.string "I should buy some for me, instead of\n"
|
||||
.string "just for my children.$"
|
||||
|
||||
LilycoveCity_DepartmentStore_5F_Text_GettingDollInsteadOfPokemon: @ 8220122
|
||||
LilycoveCity_DepartmentStore_5F_Text_GettingDollInsteadOfPokemon:
|
||||
.string "I'm not big enough to raise POKéMON,\n"
|
||||
.string "so I'm getting a cute DOLL instead.$"
|
||||
|
||||
LilycoveCity_DepartmentStore_5F_Text_SellManyCuteMatsHere: @ 822016B
|
||||
LilycoveCity_DepartmentStore_5F_Text_SellManyCuteMatsHere:
|
||||
.string "They sell many cute MATS here.\p"
|
||||
.string "I wonder which one I should get?\n"
|
||||
.string "Maybe I'll buy them all…$"
|
||||
|
||||
LilycoveCity_DepartmentStore_5F_Text_ClosedRooftopForWeather: @ 82201C4
|
||||
LilycoveCity_DepartmentStore_5F_Text_ClosedRooftopForWeather:
|
||||
.string "I think they closed the rooftop\n"
|
||||
.string "because the weather is wild today.$"
|
||||
|
||||
Reference in New Issue
Block a user