Remove address comments
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
.set LOCALID_WONDER_NEWS_BERRY_MAN, 1
|
||||
|
||||
CeruleanCity_House4_MapScripts:: @ 816ACEE
|
||||
CeruleanCity_House4_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeruleanCity_House4_EventScript_WonderNewsBerryMan:: @ 816ACEF
|
||||
CeruleanCity_House4_EventScript_WonderNewsBerryMan::
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
special QuestLog_CutRecording
|
||||
lock
|
||||
@@ -25,12 +25,12 @@ CeruleanCity_House4_EventScript_WonderNewsBerryMan:: @ 816ACEF
|
||||
goto_if_eq CeruleanCity_House4_EventScript_NewsDone
|
||||
end
|
||||
|
||||
CeruleanCity_House4_EventScript_NoNews:: @ 816AD59
|
||||
CeruleanCity_House4_EventScript_NoNews::
|
||||
msgbox CeruleanCity_House4_Text_NothingEntertaining
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House4_EventScript_News1:: @ 816AD63
|
||||
CeruleanCity_House4_EventScript_News1::
|
||||
call CeruleanCity_House4_EventScript_MovementReactionToNews
|
||||
msgbox CeruleanCity_House4_Text_NewNewsInformativeHaveThis
|
||||
giveitem VAR_0x8008
|
||||
@@ -39,7 +39,7 @@ CeruleanCity_House4_EventScript_News1:: @ 816AD63
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House4_EventScript_News2:: @ 816AD89
|
||||
CeruleanCity_House4_EventScript_News2::
|
||||
call CeruleanCity_House4_EventScript_MovementReactionToNews
|
||||
msgbox CeruleanCity_House4_Text_IncredibleNewsHaveBerries
|
||||
giveitem VAR_0x8008, 4
|
||||
@@ -48,14 +48,14 @@ CeruleanCity_House4_EventScript_News2:: @ 816AD89
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House4_EventScript_NewsNotSpread:: @ 816ADAF
|
||||
CeruleanCity_House4_EventScript_NewsNotSpread::
|
||||
applymovement LOCALID_WONDER_NEWS_BERRY_MAN, Movement_FacePlayer
|
||||
waitmovement 0
|
||||
msgbox CeruleanCity_House4_Text_WishCouldShareNewsWithOthers
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House4_EventScript_NewsSpread1:: @ 816ADC3
|
||||
CeruleanCity_House4_EventScript_NewsSpread1::
|
||||
call CeruleanCity_House4_EventScript_MovementReactionToNews
|
||||
msgbox CeruleanCity_House4_Text_ThanksForSpreadingNewsTakeThis
|
||||
giveitem VAR_0x8008
|
||||
@@ -64,7 +64,7 @@ CeruleanCity_House4_EventScript_NewsSpread1:: @ 816ADC3
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House4_EventScript_NewsSpread2:: @ 816ADE9
|
||||
CeruleanCity_House4_EventScript_NewsSpread2::
|
||||
call CeruleanCity_House4_EventScript_MovementReactionToNews
|
||||
msgbox CeruleanCity_House4_Text_MagnificentNewsSpreadHaveBerries
|
||||
giveitem VAR_0x8008, 4
|
||||
@@ -73,14 +73,14 @@ CeruleanCity_House4_EventScript_NewsSpread2:: @ 816ADE9
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House4_EventScript_NewsDone:: @ 816AE0F
|
||||
CeruleanCity_House4_EventScript_NewsDone::
|
||||
applymovement LOCALID_WONDER_NEWS_BERRY_MAN, Movement_FacePlayer
|
||||
waitmovement 0
|
||||
msgbox CeruleanCity_House4_Text_EnjoyingMyselfWithAllSortsOfNews
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House4_EventScript_MovementReactionToNews:: @ 816AE23
|
||||
CeruleanCity_House4_EventScript_MovementReactionToNews::
|
||||
playse SE_PIN
|
||||
applymovement LOCALID_WONDER_NEWS_BERRY_MAN, Movement_ExclamationMark
|
||||
waitmovement 0
|
||||
@@ -90,7 +90,7 @@ CeruleanCity_House4_EventScript_MovementReactionToNews:: @ 816AE23
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CeruleanCity_House4_EventScript_NoRoomForBerries:: @ 816AE45
|
||||
CeruleanCity_House4_EventScript_NoRoomForBerries::
|
||||
msgbox CeruleanCity_House4_Text_YourBerryPouchIsFull
|
||||
release
|
||||
end
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
CeruleanCity_House4_Text_NothingEntertaining:: @ 8192AF0
|
||||
CeruleanCity_House4_Text_NothingEntertaining::
|
||||
.string "Sigh…\n"
|
||||
.string "Too much time, too little to do…\p"
|
||||
.string "Is nothing entertaining happening\n"
|
||||
.string "anywhere?$"
|
||||
|
||||
CeruleanCity_House4_Text_NewNewsInformativeHaveThis:: @ 8192B43
|
||||
CeruleanCity_House4_Text_NewNewsInformativeHaveThis::
|
||||
.string "Ah!\n"
|
||||
.string "A new news report!\p"
|
||||
.string "Hmm…\p"
|
||||
@@ -15,7 +15,7 @@ CeruleanCity_House4_Text_NewNewsInformativeHaveThis:: @ 8192B43
|
||||
.string "As my thanks for sharing the news\n"
|
||||
.string "with me, I want you to have this.$"
|
||||
|
||||
CeruleanCity_House4_Text_IncredibleNewsHaveBerries:: @ 8192C07
|
||||
CeruleanCity_House4_Text_IncredibleNewsHaveBerries::
|
||||
.string "Oh, oh!\n"
|
||||
.string "Th-this news report!\p"
|
||||
.string "Hmm…\p"
|
||||
@@ -26,20 +26,20 @@ CeruleanCity_House4_Text_IncredibleNewsHaveBerries:: @ 8192C07
|
||||
.string "Thanks for sharing this fantastic\n"
|
||||
.string "news. Have a bunch of BERRIES!$"
|
||||
|
||||
CeruleanCity_House4_Text_WishCouldShareNewsWithOthers:: @ 8192CD5
|
||||
CeruleanCity_House4_Text_WishCouldShareNewsWithOthers::
|
||||
.string "It seems such a shame to not share\n"
|
||||
.string "this news with other folks…\p"
|
||||
.string "I wish I could tell someone…\n"
|
||||
.string "Let others know the news…$"
|
||||
|
||||
CeruleanCity_House4_Text_ThanksForSpreadingNewsTakeThis:: @ 8192D4B
|
||||
CeruleanCity_House4_Text_ThanksForSpreadingNewsTakeThis::
|
||||
.string "Ah, you've spread the news for me?\p"
|
||||
.string "Good news becomes worthwhile when\n"
|
||||
.string "all sorts of people share it.\p"
|
||||
.string "As my thanks for your spreading\n"
|
||||
.string "the news, take this!$"
|
||||
|
||||
CeruleanCity_House4_Text_MagnificentNewsSpreadHaveBerries:: @ 8192DE3
|
||||
CeruleanCity_House4_Text_MagnificentNewsSpreadHaveBerries::
|
||||
.string "You've spread the news some more?\n"
|
||||
.string "Magnificent!\p"
|
||||
.string "That piece of news must be\n"
|
||||
@@ -50,13 +50,13 @@ CeruleanCity_House4_Text_MagnificentNewsSpreadHaveBerries:: @ 8192DE3
|
||||
.string "I'll give you more BERRIES than\n"
|
||||
.string "I usually do.$"
|
||||
|
||||
CeruleanCity_House4_Text_EnjoyingMyselfWithAllSortsOfNews:: @ 8192EC5
|
||||
CeruleanCity_House4_Text_EnjoyingMyselfWithAllSortsOfNews::
|
||||
.string "I'm quite enjoying myself with all\n"
|
||||
.string "sorts of news.\p"
|
||||
.string "Yes, I am satisfied!\n"
|
||||
.string "I won't be bored for a while.$"
|
||||
|
||||
CeruleanCity_House4_Text_YourBerryPouchIsFull:: @ 8192F2A
|
||||
CeruleanCity_House4_Text_YourBerryPouchIsFull::
|
||||
.string "Hm? Your BERRY POUCH is full.\n"
|
||||
.string "My gift remains ungiven, then.$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user