Remove address comments

This commit is contained in:
GriffinR
2022-06-24 21:10:48 -04:00
parent d73f39ae40
commit 9cde4e0f74
802 changed files with 20272 additions and 20272 deletions
+10 -10
View File
@@ -1,7 +1,7 @@
FuchsiaCity_WardensHouse_MapScripts:: @ 816D74B
FuchsiaCity_WardensHouse_MapScripts::
.byte 0
FuchsiaCity_WardensHouse_EventScript_Warden:: @ 816D74C
FuchsiaCity_WardensHouse_EventScript_Warden::
lock
faceplayer
goto_if_set FLAG_GOT_HM04, FuchsiaCity_WardensHouse_EventScript_ExplainStrength
@@ -14,7 +14,7 @@ FuchsiaCity_WardensHouse_EventScript_Warden:: @ 816D74C
release
end
FuchsiaCity_WardensHouse_EventScript_GiveGoldTeeth:: @ 816D780
FuchsiaCity_WardensHouse_EventScript_GiveGoldTeeth::
textcolor 3
playfanfare MUS_OBTAIN_TMHM
message FuchsiaCity_WardensHouse_Text_GaveGoldTeethToWarden
@@ -33,31 +33,31 @@ FuchsiaCity_WardensHouse_EventScript_GiveGoldTeeth:: @ 816D780
release
end
FuchsiaCity_WardensHouse_EventScript_WardenThanksMale:: @ 816D7D6
FuchsiaCity_WardensHouse_EventScript_WardenThanksMale::
msgbox FuchsiaCity_WardensHouse_Text_ThanksSonGiveYouSomething
return
FuchsiaCity_WardensHouse_EventScript_WardenThanksFemale:: @ 816D7DF
FuchsiaCity_WardensHouse_EventScript_WardenThanksFemale::
msgbox FuchsiaCity_WardensHouse_Text_ThanksLassieGiveYouSomething
return
FuchsiaCity_WardensHouse_EventScript_WardenYes:: @ 816D7E8
FuchsiaCity_WardensHouse_EventScript_WardenYes::
msgbox FuchsiaCity_WardensHouse_Text_AhHowheeHoHoo
return
FuchsiaCity_WardensHouse_EventScript_WardenNo:: @ 816D7F1
FuchsiaCity_WardensHouse_EventScript_WardenNo::
msgbox FuchsiaCity_WardensHouse_Text_HeOhayHeHaHoo
return
FuchsiaCity_WardensHouse_EventScript_ExplainStrength:: @ 816D7FA
FuchsiaCity_WardensHouse_EventScript_ExplainStrength::
msgbox FuchsiaCity_WardensHouse_Text_ExplainStrength
release
end
FuchsiaCity_WardensHouse_EventScript_DisplaySign1:: @ 816D804
FuchsiaCity_WardensHouse_EventScript_DisplaySign1::
msgbox FuchsiaCity_WardensHouse_Text_MonPhotosFossilsOnDisplay, MSGBOX_SIGN
end
FuchsiaCity_WardensHouse_EventScript_DisplaySign2:: @ 816D80D
FuchsiaCity_WardensHouse_EventScript_DisplaySign2::
msgbox FuchsiaCity_WardensHouse_Text_OldMonMerchandiseOnDisplay, MSGBOX_SIGN
end
+12 -12
View File
@@ -1,24 +1,24 @@
FuchsiaCity_WardensHouse_Text_HifFuffHefifoo:: @ 8198DF9
FuchsiaCity_WardensHouse_Text_HifFuffHefifoo::
.string "WARDEN: Hif fuff hefifoo!\p"
.string "Ha lof ha feef ee hafahi ho.\n"
.string "Heff hee fwee!$"
FuchsiaCity_WardensHouse_Text_AhHowheeHoHoo:: @ 8198E3F
FuchsiaCity_WardensHouse_Text_AhHowheeHoHoo::
.string "Ah howhee ho hoo!\n"
.string "Eef ee hafahi ho!$"
FuchsiaCity_WardensHouse_Text_HeOhayHeHaHoo:: @ 8198E63
FuchsiaCity_WardensHouse_Text_HeOhayHeHaHoo::
.string "Ha?\n"
.string "He ohay heh ha hoo ee haheh!$"
FuchsiaCity_WardensHouse_Text_GaveGoldTeethToWarden:: @ 8198E84
FuchsiaCity_WardensHouse_Text_GaveGoldTeethToWarden::
.string "{PLAYER} gave the GOLD TEETH\n"
.string "to the WARDEN.$"
FuchsiaCity_WardensHouse_Text_WardenPoppedInHisTeeth:: @ 8198EAA
FuchsiaCity_WardensHouse_Text_WardenPoppedInHisTeeth::
.string "The WARDEN popped in his teeth!$"
FuchsiaCity_WardensHouse_Text_ThanksSonGiveYouSomething:: @ 8198ECA
FuchsiaCity_WardensHouse_Text_ThanksSonGiveYouSomething::
.string "WARDEN: Thanks, son!\n"
.string "You're a real lifesaver!\p"
.string "No one could understand a word\n"
@@ -28,7 +28,7 @@ FuchsiaCity_WardensHouse_Text_ThanksSonGiveYouSomething:: @ 8198ECA
.string "Let me give you something for your\n"
.string "trouble.$"
FuchsiaCity_WardensHouse_Text_ThanksLassieGiveYouSomething:: @ 8198F96
FuchsiaCity_WardensHouse_Text_ThanksLassieGiveYouSomething::
.string "WARDEN: Thank you, lassie!\n"
.string "You're a real lifesaver!\p"
.string "No one could understand a word\n"
@@ -38,11 +38,11 @@ FuchsiaCity_WardensHouse_Text_ThanksLassieGiveYouSomething:: @ 8198F96
.string "Let me give you something for your\n"
.string "trouble.$"
FuchsiaCity_WardensHouse_Text_ReceivedHM04FromWarden:: @ 8199068
FuchsiaCity_WardensHouse_Text_ReceivedHM04FromWarden::
.string "{PLAYER} received HM04\n"
.string "from the WARDEN.$"
FuchsiaCity_WardensHouse_Text_ExplainStrength:: @ 819908A
FuchsiaCity_WardensHouse_Text_ExplainStrength::
.string "WARDEN: Inside HM04 you'll find\n"
.string "STRENGTH.\p"
.string "It lets POKéMON move boulders when\n"
@@ -51,15 +51,15 @@ FuchsiaCity_WardensHouse_Text_ExplainStrength:: @ 819908A
.string "HOUSE in the SAFARI ZONE?$"
@ Unused
FuchsiaCity_WardensHouse_Text_YouHaveTooMuchStuff:: @ 819912B
FuchsiaCity_WardensHouse_Text_YouHaveTooMuchStuff::
.string "なんや にもつ\n"
.string "いっぱいやんけ!$"
FuchsiaCity_WardensHouse_Text_MonPhotosFossilsOnDisplay:: @ 819913C
FuchsiaCity_WardensHouse_Text_MonPhotosFossilsOnDisplay::
.string "POKéMON photos and fossils are on\n"
.string "display.$"
FuchsiaCity_WardensHouse_Text_OldMonMerchandiseOnDisplay:: @ 8199167
FuchsiaCity_WardensHouse_Text_OldMonMerchandiseOnDisplay::
.string "Old POKéMON merchandise is on\n"
.string "display.$"