Remove address comments
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
SSAnne_Kitchen_MapScripts:: @ 8160AB2
|
||||
SSAnne_Kitchen_MapScripts::
|
||||
.byte 0
|
||||
|
||||
SSAnne_Kitchen_EventScript_Chef1:: @ 8160AB3
|
||||
SSAnne_Kitchen_EventScript_Chef1::
|
||||
msgbox SSAnne_Kitchen_Text_BusyOutOfTheWay, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SSAnne_Kitchen_EventScript_Chef2:: @ 8160ABC
|
||||
SSAnne_Kitchen_EventScript_Chef2::
|
||||
msgbox SSAnne_Kitchen_Text_SawOddBerryInTrash, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SSAnne_Kitchen_EventScript_Chef3:: @ 8160AC5
|
||||
SSAnne_Kitchen_EventScript_Chef3::
|
||||
msgbox SSAnne_Kitchen_Text_SoBusyImDizzy, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SSAnne_Kitchen_EventScript_Chef4:: @ 8160ACE
|
||||
SSAnne_Kitchen_EventScript_Chef4::
|
||||
lock
|
||||
faceplayer
|
||||
msgbox SSAnne_Kitchen_Text_IAmLeChefMainCourseIs
|
||||
@@ -28,26 +28,26 @@ SSAnne_Kitchen_EventScript_Chef4:: @ 8160ACE
|
||||
release
|
||||
end
|
||||
|
||||
SSAnne_Kitchen_EventScript_SalmonDuSalad:: @ 8160B03
|
||||
SSAnne_Kitchen_EventScript_SalmonDuSalad::
|
||||
msgbox SSAnne_Kitchen_Text_SalmonDuSalad
|
||||
return
|
||||
|
||||
SSAnne_Kitchen_EventScript_EelsAuBarbecue:: @ 8160B0C
|
||||
SSAnne_Kitchen_EventScript_EelsAuBarbecue::
|
||||
msgbox SSAnne_Kitchen_Text_EelsAuBarbecue
|
||||
return
|
||||
|
||||
SSAnne_Kitchen_EventScript_PrimeBeefsteak:: @ 8160B15
|
||||
SSAnne_Kitchen_EventScript_PrimeBeefsteak::
|
||||
msgbox SSAnne_Kitchen_Text_PrimeBeefsteak
|
||||
return
|
||||
|
||||
SSAnne_Kitchen_EventScript_Chef5:: @ 8160B1E
|
||||
SSAnne_Kitchen_EventScript_Chef5::
|
||||
msgbox SSAnne_Kitchen_Text_PeelSpudsEveryDay, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SSAnne_Kitchen_EventScript_Chef6:: @ 8160B27
|
||||
SSAnne_Kitchen_EventScript_Chef6::
|
||||
msgbox SSAnne_Kitchen_Text_HearAboutSnorlaxItsAGlutton, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SSAnne_Kitchen_EventScript_Chef7:: @ 8160B30
|
||||
SSAnne_Kitchen_EventScript_Chef7::
|
||||
msgbox SSAnne_Kitchen_Text_OnlyGetToPeelOnions, MSGBOX_NPC
|
||||
end
|
||||
|
||||
@@ -1,47 +1,47 @@
|
||||
SSAnne_Kitchen_Text_BusyOutOfTheWay:: @ 81733F8
|
||||
SSAnne_Kitchen_Text_BusyOutOfTheWay::
|
||||
.string "You, mon petit!\n"
|
||||
.string "We're busy here!\l"
|
||||
.string "Out of the way!$"
|
||||
|
||||
SSAnne_Kitchen_Text_SawOddBerryInTrash:: @ 8173429
|
||||
SSAnne_Kitchen_Text_SawOddBerryInTrash::
|
||||
.string "I saw an odd BERRY in the trash.\n"
|
||||
.string "I wonder what that was?$"
|
||||
|
||||
SSAnne_Kitchen_Text_SoBusyImDizzy:: @ 8173462
|
||||
SSAnne_Kitchen_Text_SoBusyImDizzy::
|
||||
.string "I'm so busy I'm getting dizzy!\n"
|
||||
.string "You have to give me room here!$"
|
||||
|
||||
SSAnne_Kitchen_Text_PeelSpudsEveryDay:: @ 81734A0
|
||||
SSAnne_Kitchen_Text_PeelSpudsEveryDay::
|
||||
.string "Hum-de-hum-de-ho…\p"
|
||||
.string "I peel spuds every day!\n"
|
||||
.string "Hum-hum…$"
|
||||
|
||||
SSAnne_Kitchen_Text_HearAboutSnorlaxItsAGlutton:: @ 81734D3
|
||||
SSAnne_Kitchen_Text_HearAboutSnorlaxItsAGlutton::
|
||||
.string "Did you hear about SNORLAX?\n"
|
||||
.string "It's a glutton.\p"
|
||||
.string "No other POKéMON eats and sleeps\n"
|
||||
.string "the way SNORLAX can and does!$"
|
||||
|
||||
SSAnne_Kitchen_Text_OnlyGetToPeelOnions:: @ 817353E
|
||||
SSAnne_Kitchen_Text_OnlyGetToPeelOnions::
|
||||
.string "Snivel… Sniff…\p"
|
||||
.string "I only get to peel onions…\n"
|
||||
.string "Snivel…$"
|
||||
|
||||
SSAnne_Kitchen_Text_IAmLeChefMainCourseIs:: @ 8173570
|
||||
SSAnne_Kitchen_Text_IAmLeChefMainCourseIs::
|
||||
.string "Er-hem!\n"
|
||||
.string "Indeed I am le CHEF!\p"
|
||||
.string "Le main course is$"
|
||||
|
||||
SSAnne_Kitchen_Text_SalmonDuSalad:: @ 817359F
|
||||
SSAnne_Kitchen_Text_SalmonDuSalad::
|
||||
.string "Salmon du Salad!\p"
|
||||
.string "Les guests may gripe it's fish\n"
|
||||
.string "again, however!$"
|
||||
|
||||
SSAnne_Kitchen_Text_EelsAuBarbecue:: @ 81735DF
|
||||
SSAnne_Kitchen_Text_EelsAuBarbecue::
|
||||
.string "Eels au Barbecue!\p"
|
||||
.string "Les guests will mutiny, I fear.$"
|
||||
|
||||
SSAnne_Kitchen_Text_PrimeBeefsteak:: @ 8173611
|
||||
SSAnne_Kitchen_Text_PrimeBeefsteak::
|
||||
.string "Prime Beefsteak!\p"
|
||||
.string "But, have I enough fillets du\n"
|
||||
.string "beef?$"
|
||||
|
||||
Reference in New Issue
Block a user