Remove address comments
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
VermilionCity_House1_MapScripts:: @ 816B3A6
|
||||
VermilionCity_House1_MapScripts::
|
||||
.byte 0
|
||||
|
||||
VermilionCity_House1_EventScript_FishingGuru:: @ 816B3A7
|
||||
VermilionCity_House1_EventScript_FishingGuru::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_GOT_OLD_ROD, VermilionCity_House1_EventScript_AlreadyGotOldRod
|
||||
@@ -12,12 +12,12 @@ VermilionCity_House1_EventScript_FishingGuru:: @ 816B3A7
|
||||
release
|
||||
end
|
||||
|
||||
VermilionCity_House1_EventScript_AlreadyGotOldRod:: @ 816B3CF
|
||||
VermilionCity_House1_EventScript_AlreadyGotOldRod::
|
||||
msgbox VermilionCity_House1_Text_HowAreTheFishBiting
|
||||
release
|
||||
end
|
||||
|
||||
VermilionCity_House1_EventScript_GiveOldRod:: @ 816B3D9
|
||||
VermilionCity_House1_EventScript_GiveOldRod::
|
||||
checkitemspace ITEM_OLD_ROD, 1
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq VermilionCity_House1_EventScript_NoRoomForOldRod
|
||||
@@ -29,7 +29,7 @@ VermilionCity_House1_EventScript_GiveOldRod:: @ 816B3D9
|
||||
release
|
||||
end
|
||||
|
||||
VermilionCity_House1_EventScript_NoRoomForOldRod:: @ 816B41A
|
||||
VermilionCity_House1_EventScript_NoRoomForOldRod::
|
||||
msgbox VermilionCity_House1_Text_NoRoomForNiceGift
|
||||
release
|
||||
end
|
||||
|
||||
@@ -1,33 +1,33 @@
|
||||
VermilionCity_House1_Text_ImFishingGuruDoYouLikeToFish:: @ 8193EC1
|
||||
VermilionCity_House1_Text_ImFishingGuruDoYouLikeToFish::
|
||||
.string "I'm the FISHING GURU!\p"
|
||||
.string "I simply looove fishing!\n"
|
||||
.string "I can't bear to go without.\p"
|
||||
.string "Tell me, do you like to fish?$"
|
||||
|
||||
VermilionCity_House1_Text_TakeThisAndFish:: @ 8193F2A
|
||||
VermilionCity_House1_Text_TakeThisAndFish::
|
||||
.string "Grand! I like your style.\n"
|
||||
.string "I think we can be friends.\p"
|
||||
.string "Take this and fish, young friend!$"
|
||||
|
||||
VermilionCity_House1_Text_ReceivedOldRodFromFishingGuru:: @ 8193F81
|
||||
VermilionCity_House1_Text_ReceivedOldRodFromFishingGuru::
|
||||
.string "{PLAYER} received an OLD ROD from\n"
|
||||
.string "the FISHING GURU.$"
|
||||
|
||||
VermilionCity_House1_Text_FishingIsAWayOfLife:: @ 8193FAF
|
||||
VermilionCity_House1_Text_FishingIsAWayOfLife::
|
||||
.string "Fishing is a way of life!\n"
|
||||
.string "It is like the finest poetry.\p"
|
||||
.string "From the seas to rivers, go out\n"
|
||||
.string "and land the big one, my friend.$"
|
||||
|
||||
VermilionCity_House1_Text_OhThatsSoDisappointing:: @ 8194028
|
||||
VermilionCity_House1_Text_OhThatsSoDisappointing::
|
||||
.string "Oh…\n"
|
||||
.string "That's so disappointing…$"
|
||||
|
||||
VermilionCity_House1_Text_HowAreTheFishBiting:: @ 8194045
|
||||
VermilionCity_House1_Text_HowAreTheFishBiting::
|
||||
.string "Hello there, {PLAYER}!\p"
|
||||
.string "How are the fish biting?$"
|
||||
|
||||
VermilionCity_House1_Text_NoRoomForNiceGift:: @ 819406F
|
||||
VermilionCity_House1_Text_NoRoomForNiceGift::
|
||||
.string "Oh, no!\p"
|
||||
.string "I had a nice gift for you, but you\n"
|
||||
.string "have no room for it!$"
|
||||
|
||||
Reference in New Issue
Block a user