Document Fuchsia City scripts
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "FuchsiaCity_House2_EventScript_16D817",
|
||||
"script": "FuchsiaCity_House2_EventScript_FishingGurusBrother",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -1,34 +1,34 @@
|
||||
FuchsiaCity_House2_MapScripts:: @ 816D816
|
||||
.byte 0
|
||||
|
||||
FuchsiaCity_House2_EventScript_16D817:: @ 816D817
|
||||
FuchsiaCity_House2_EventScript_FishingGurusBrother:: @ 816D817
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_GOT_GOOD_ROD, EventScript_16D83F
|
||||
msgbox gUnknown_819918E, MSGBOX_YESNO
|
||||
goto_if_set FLAG_GOT_GOOD_ROD, FuchsiaCity_House2_EventScript_AlreadyGotGoodRod
|
||||
msgbox FuchsiaCity_House2_Text_DoYouLikeToFish, MSGBOX_YESNO
|
||||
compare VAR_RESULT, YES
|
||||
goto_if_eq EventScript_16D849
|
||||
msgbox gUnknown_8199337
|
||||
goto_if_eq FuchsiaCity_House2_EventScript_GiveGoodRod
|
||||
msgbox FuchsiaCity_House2_Text_OhThatsDisappointing
|
||||
release
|
||||
end
|
||||
|
||||
EventScript_16D83F:: @ 816D83F
|
||||
msgbox gUnknown_8199354
|
||||
FuchsiaCity_House2_EventScript_AlreadyGotGoodRod:: @ 816D83F
|
||||
msgbox FuchsiaCity_House2_Text_HowAreTheFishBiting
|
||||
release
|
||||
end
|
||||
|
||||
EventScript_16D849:: @ 816D849
|
||||
msgbox gUnknown_8199207
|
||||
FuchsiaCity_House2_EventScript_GiveGoodRod:: @ 816D849
|
||||
msgbox FuchsiaCity_House2_Text_LikeYourStyleTakeThis
|
||||
checkitemspace ITEM_GOOD_ROD, 1
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq EventScript_16D88A
|
||||
giveitem_msg gUnknown_819925E, ITEM_GOOD_ROD
|
||||
msgbox gUnknown_8199296
|
||||
goto_if_eq FuchsiaCity_House2_EventScript_NoRoomForGoodRod
|
||||
giveitem_msg FuchsiaCity_House2_Text_ReceivedGoodRod, ITEM_GOOD_ROD
|
||||
msgbox FuchsiaCity_House2_Text_GoodRodCanCatchBetterMons
|
||||
setflag FLAG_GOT_GOOD_ROD
|
||||
release
|
||||
end
|
||||
|
||||
EventScript_16D88A:: @ 816D88A
|
||||
msgbox gUnknown_819937E
|
||||
FuchsiaCity_House2_EventScript_NoRoomForGoodRod:: @ 816D88A
|
||||
msgbox FuchsiaCity_House2_Text_YouHaveNoRoomForGift
|
||||
release
|
||||
end
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
gUnknown_819918E:: @ 819918E
|
||||
FuchsiaCity_House2_Text_DoYouLikeToFish:: @ 819918E
|
||||
.string "I'm the FISHING GURU's older\n"
|
||||
.string "brother.\p"
|
||||
.string "I simply looove fishing!\n"
|
||||
.string "I can't bear to go without.\p"
|
||||
.string "Tell me, do you like to fish?$"
|
||||
|
||||
gUnknown_8199207:: @ 8199207
|
||||
FuchsiaCity_House2_Text_LikeYourStyleTakeThis:: @ 8199207
|
||||
.string "Grand! I like your style.\n"
|
||||
.string "I think we can be friends.\p"
|
||||
.string "Take this and fish, young friend!$"
|
||||
|
||||
gUnknown_819925E:: @ 819925E
|
||||
FuchsiaCity_House2_Text_ReceivedGoodRod:: @ 819925E
|
||||
.string "{PLAYER} received a GOOD ROD from\n"
|
||||
.string "the FISHING GURU's brother.$"
|
||||
|
||||
gUnknown_8199296:: @ 8199296
|
||||
FuchsiaCity_House2_Text_GoodRodCanCatchBetterMons:: @ 8199296
|
||||
.string "Fishing is a way of life!\n"
|
||||
.string "It is like the finest poetry.\p"
|
||||
.string "A crummy OLD ROD could only catch\n"
|
||||
@@ -22,15 +22,15 @@ gUnknown_8199296:: @ 8199296
|
||||
.string "But with a GOOD ROD, you can\n"
|
||||
.string "catch much better POKéMON.$"
|
||||
|
||||
gUnknown_8199337:: @ 8199337
|
||||
FuchsiaCity_House2_Text_OhThatsDisappointing:: @ 8199337
|
||||
.string "Oh…\n"
|
||||
.string "That's so disappointing…$"
|
||||
|
||||
gUnknown_8199354:: @ 8199354
|
||||
FuchsiaCity_House2_Text_HowAreTheFishBiting:: @ 8199354
|
||||
.string "Hello there, {PLAYER}!\p"
|
||||
.string "How are the fish biting?$"
|
||||
|
||||
gUnknown_819937E:: @ 819937E
|
||||
FuchsiaCity_House2_Text_YouHaveNoRoomForGift:: @ 819937E
|
||||
.string "Oh, no!\p"
|
||||
.string "I had a gift for you, but you have\n"
|
||||
.string "no room for it!$"
|
||||
|
||||
Reference in New Issue
Block a user