Remove address comments
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
LilycoveCity_DepartmentStore_2F_MapScripts:: @ 821FB2C
|
||||
LilycoveCity_DepartmentStore_2F_MapScripts::
|
||||
.byte 0
|
||||
|
||||
LilycoveCity_DepartmentStore_2F_EventScript_Cook:: @ 821FB2D
|
||||
LilycoveCity_DepartmentStore_2F_EventScript_Cook::
|
||||
msgbox LilycoveCity_DepartmentStore_2F_Text_LearnToUseItemsProperly, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_2F_EventScript_PokefanF:: @ 821FB36
|
||||
LilycoveCity_DepartmentStore_2F_EventScript_PokefanF::
|
||||
msgbox LilycoveCity_DepartmentStore_2F_Text_GoodGiftForHusband, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_2F_EventScript_Sailor:: @ 821FB3F
|
||||
LilycoveCity_DepartmentStore_2F_EventScript_Sailor::
|
||||
msgbox LilycoveCity_DepartmentStore_2F_Text_StockUpOnItems, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_2F_EventScript_ClerkLeft:: @ 821FB48
|
||||
LilycoveCity_DepartmentStore_2F_EventScript_ClerkLeft::
|
||||
lock
|
||||
faceplayer
|
||||
message gText_HowMayIServeYou
|
||||
@@ -24,7 +24,7 @@ LilycoveCity_DepartmentStore_2F_EventScript_ClerkLeft:: @ 821FB48
|
||||
end
|
||||
|
||||
.align 2
|
||||
LilycoveCity_DepartmentStore_2F_Pokemart1: @ 821FB60
|
||||
LilycoveCity_DepartmentStore_2F_Pokemart1:
|
||||
.2byte ITEM_POKE_BALL
|
||||
.2byte ITEM_GREAT_BALL
|
||||
.2byte ITEM_ULTRA_BALL
|
||||
@@ -40,7 +40,7 @@ LilycoveCity_DepartmentStore_2F_Pokemart1: @ 821FB60
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_2F_EventScript_ClerkRight:: @ 821FB7A
|
||||
LilycoveCity_DepartmentStore_2F_EventScript_ClerkRight::
|
||||
lock
|
||||
faceplayer
|
||||
message gText_HowMayIServeYou
|
||||
@@ -51,7 +51,7 @@ LilycoveCity_DepartmentStore_2F_EventScript_ClerkRight:: @ 821FB7A
|
||||
end
|
||||
|
||||
.align 2
|
||||
LilycoveCity_DepartmentStore_2F_Pokemart2: @ 821FB94
|
||||
LilycoveCity_DepartmentStore_2F_Pokemart2:
|
||||
.2byte ITEM_POTION
|
||||
.2byte ITEM_SUPER_POTION
|
||||
.2byte ITEM_HYPER_POTION
|
||||
@@ -66,15 +66,15 @@ LilycoveCity_DepartmentStore_2F_Pokemart2: @ 821FB94
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_2F_Text_LearnToUseItemsProperly: @ 821FBAC
|
||||
LilycoveCity_DepartmentStore_2F_Text_LearnToUseItemsProperly:
|
||||
.string "Learn to use items properly.\n"
|
||||
.string "That's basic, really.$"
|
||||
|
||||
LilycoveCity_DepartmentStore_2F_Text_GoodGiftForHusband: @ 821FBDF
|
||||
LilycoveCity_DepartmentStore_2F_Text_GoodGiftForHusband:
|
||||
.string "My husband is waiting at home.\n"
|
||||
.string "What would make a good gift for him?$"
|
||||
|
||||
LilycoveCity_DepartmentStore_2F_Text_StockUpOnItems: @ 821FC23
|
||||
LilycoveCity_DepartmentStore_2F_Text_StockUpOnItems:
|
||||
.string "I'm leaving on a long journey soon.\n"
|
||||
.string "I need to stock up on items.$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user