Document Vermilion 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": "VermilionCity_PokemonFanClub_EventScript_16B47F",
|
||||
"script": "VermilionCity_PokemonFanClub_EventScript_Chairman",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -36,7 +36,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "VermilionCity_PokemonFanClub_EventScript_16B4FC",
|
||||
"script": "VermilionCity_PokemonFanClub_EventScript_WorkerF",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -49,7 +49,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "VermilionCity_PokemonFanClub_EventScript_16B59E",
|
||||
"script": "VermilionCity_PokemonFanClub_EventScript_Pikachu",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -62,7 +62,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "VermilionCity_PokemonFanClub_EventScript_16B5B1",
|
||||
"script": "VermilionCity_PokemonFanClub_EventScript_Seel",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -75,7 +75,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "VermilionCity_PokemonFanClub_EventScript_16B528",
|
||||
"script": "VermilionCity_PokemonFanClub_EventScript_Woman",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -88,7 +88,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "VermilionCity_PokemonFanClub_EventScript_16B563",
|
||||
"script": "VermilionCity_PokemonFanClub_EventScript_FatMan",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
@@ -122,14 +122,14 @@
|
||||
"x": 2,
|
||||
"y": 1,
|
||||
"elevation": 0,
|
||||
"script": "VermilionCity_PokemonFanClub_EventScript_16B5C4"
|
||||
"script": "VermilionCity_PokemonFanClub_EventScript_RulesSign1"
|
||||
},
|
||||
{
|
||||
"type": "bg_event_type_0",
|
||||
"x": 9,
|
||||
"y": 1,
|
||||
"elevation": 0,
|
||||
"script": "VermilionCity_PokemonFanClub_EventScript_16B5CD"
|
||||
"script": "VermilionCity_PokemonFanClub_EventScript_RulesSign2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,118 +1,121 @@
|
||||
.equ SPOKE_TO_WOMAN_LAST, FLAG_TEMP_2
|
||||
.equ SPOKE_TO_FAT_MAN_LAST, FLAG_TEMP_3
|
||||
|
||||
VermilionCity_PokemonFanClub_MapScripts:: @ 816B47E
|
||||
.byte 0
|
||||
|
||||
VermilionCity_PokemonFanClub_EventScript_16B47F:: @ 816B47F
|
||||
VermilionCity_PokemonFanClub_EventScript_Chairman:: @ 816B47F
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_GOT_BIKE_VOUCHER, EventScript_16B4A7
|
||||
msgbox gUnknown_819457E, MSGBOX_YESNO
|
||||
goto_if_set FLAG_GOT_BIKE_VOUCHER, VermilionCity_PokemonFanClub_EventScript_AlreadyHeardStory
|
||||
msgbox VermilionCity_PokemonFanClub_Text_DidYouComeToHearAboutMyMons, MSGBOX_YESNO
|
||||
compare VAR_RESULT, YES
|
||||
goto_if_eq EventScript_16B4B1
|
||||
msgbox gUnknown_8194860
|
||||
goto_if_eq VermilionCity_PokemonFanClub_EventScript_ChairmanStory
|
||||
msgbox VermilionCity_PokemonFanClub_Text_ComeBackToHearStory
|
||||
release
|
||||
end
|
||||
|
||||
EventScript_16B4A7:: @ 816B4A7
|
||||
msgbox gUnknown_819488E
|
||||
VermilionCity_PokemonFanClub_EventScript_AlreadyHeardStory:: @ 816B4A7
|
||||
msgbox VermilionCity_PokemonFanClub_Text_DidntComeToSeeAboutMonsAgain
|
||||
release
|
||||
end
|
||||
|
||||
EventScript_16B4B1:: @ 816B4B1
|
||||
msgbox gUnknown_8194628
|
||||
VermilionCity_PokemonFanClub_EventScript_ChairmanStory:: @ 816B4B1
|
||||
msgbox VermilionCity_PokemonFanClub_Text_ChairmansStory
|
||||
checkitemspace ITEM_BIKE_VOUCHER, 1
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq EventScript_16B4F2
|
||||
goto_if_eq VermilionCity_PokemonFanClub_EventScript_NoRoomForBikeVoucher
|
||||
setflag FLAG_GOT_BIKE_VOUCHER
|
||||
giveitem_msg gUnknown_819474E, ITEM_BIKE_VOUCHER, 1, MUS_FAN5
|
||||
msgbox gUnknown_819477C
|
||||
giveitem_msg VermilionCity_PokemonFanClub_Text_ReceivedBikeVoucherFromChairman, ITEM_BIKE_VOUCHER, 1, MUS_FAN5
|
||||
msgbox VermilionCity_PokemonFanClub_Text_ExplainBikeVoucher
|
||||
release
|
||||
end
|
||||
|
||||
EventScript_16B4F2:: @ 816B4F2
|
||||
msgbox gUnknown_81948D2
|
||||
VermilionCity_PokemonFanClub_EventScript_NoRoomForBikeVoucher:: @ 816B4F2
|
||||
msgbox VermilionCity_PokemonFanClub_Text_MakeRoomForThis
|
||||
release
|
||||
end
|
||||
|
||||
VermilionCity_PokemonFanClub_EventScript_16B4FC:: @ 816B4FC
|
||||
VermilionCity_PokemonFanClub_EventScript_WorkerF:: @ 816B4FC
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_SYS_GAME_CLEAR, EventScript_16B511
|
||||
msgbox gUnknown_81948E6
|
||||
goto_if_set FLAG_SYS_GAME_CLEAR, VermilionCity_PokemonFanClub_EventScript_WorkerFGameClear
|
||||
msgbox VermilionCity_PokemonFanClub_Text_ChairmanVeryVocalAboutPokemon
|
||||
release
|
||||
end
|
||||
|
||||
EventScript_16B511:: @ 816B511
|
||||
VermilionCity_PokemonFanClub_EventScript_WorkerFGameClear:: @ 816B511
|
||||
famechecker FAMECHECKER_DAISY, 1
|
||||
msgbox gUnknown_8194960
|
||||
msgbox VermilionCity_PokemonFanClub_Text_ChairmanReallyAdoresHisMons
|
||||
release
|
||||
end
|
||||
|
||||
VermilionCity_PokemonFanClub_EventScript_16B528:: @ 816B528
|
||||
VermilionCity_PokemonFanClub_EventScript_Woman:: @ 816B528
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_TEMP_3, EventScript_16B54B
|
||||
msgbox gUnknown_81944CC
|
||||
goto_if_set SPOKE_TO_FAT_MAN_LAST, VermilionCity_PokemonFanClub_EventScript_WomanSpokeToFatMan
|
||||
msgbox VermilionCity_PokemonFanClub_Text_AdoreMySeel
|
||||
closemessage
|
||||
applymovement 5, Movement_FaceOriginalDirection
|
||||
waitmovement 0
|
||||
setflag FLAG_TEMP_2
|
||||
setflag SPOKE_TO_WOMAN_LAST
|
||||
release
|
||||
end
|
||||
|
||||
EventScript_16B54B:: @ 816B54B
|
||||
msgbox gUnknown_8194518
|
||||
VermilionCity_PokemonFanClub_EventScript_WomanSpokeToFatMan:: @ 816B54B
|
||||
msgbox VermilionCity_PokemonFanClub_Text_SeelFarMoreAttractive
|
||||
closemessage
|
||||
applymovement 5, Movement_FaceOriginalDirection
|
||||
waitmovement 0
|
||||
clearflag FLAG_TEMP_3
|
||||
clearflag SPOKE_TO_FAT_MAN_LAST
|
||||
release
|
||||
end
|
||||
|
||||
VermilionCity_PokemonFanClub_EventScript_16B563:: @ 816B563
|
||||
VermilionCity_PokemonFanClub_EventScript_FatMan:: @ 816B563
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_TEMP_2, EventScript_16B586
|
||||
msgbox gUnknown_819446F
|
||||
goto_if_set SPOKE_TO_WOMAN_LAST, VermilionCity_PokemonFanClub_EventScript_FatManSpokeToWoman
|
||||
msgbox VermilionCity_PokemonFanClub_Text_AdmirePikachusTail
|
||||
closemessage
|
||||
applymovement 6, Movement_FaceOriginalDirection
|
||||
waitmovement 0
|
||||
setflag FLAG_TEMP_3
|
||||
setflag SPOKE_TO_FAT_MAN_LAST
|
||||
release
|
||||
end
|
||||
|
||||
EventScript_16B586:: @ 816B586
|
||||
msgbox gUnknown_819449C
|
||||
VermilionCity_PokemonFanClub_EventScript_FatManSpokeToWoman:: @ 816B586
|
||||
msgbox VermilionCity_PokemonFanClub_Text_PikachuTwiceAsCute
|
||||
closemessage
|
||||
applymovement 6, Movement_FaceOriginalDirection
|
||||
waitmovement 0
|
||||
clearflag FLAG_TEMP_2
|
||||
clearflag SPOKE_TO_WOMAN_LAST
|
||||
release
|
||||
end
|
||||
|
||||
VermilionCity_PokemonFanClub_EventScript_16B59E:: @ 816B59E
|
||||
VermilionCity_PokemonFanClub_EventScript_Pikachu:: @ 816B59E
|
||||
lock
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_PIKACHU, 0
|
||||
msgbox gUnknown_819455A
|
||||
msgbox VermilionCity_PokemonFanClub_Text_Pikachu
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
VermilionCity_PokemonFanClub_EventScript_16B5B1:: @ 816B5B1
|
||||
VermilionCity_PokemonFanClub_EventScript_Seel:: @ 816B5B1
|
||||
lock
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_SEEL, 0
|
||||
msgbox gUnknown_8194571
|
||||
msgbox VermilionCity_PokemonFanClub_Text_Seel
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
VermilionCity_PokemonFanClub_EventScript_16B5C4:: @ 816B5C4
|
||||
msgbox gUnknown_8194910, MSGBOX_SIGN
|
||||
VermilionCity_PokemonFanClub_EventScript_RulesSign1:: @ 816B5C4
|
||||
msgbox VermilionCity_PokemonFanClub_Text_ListenPolitelyToOtherTrainers, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
VermilionCity_PokemonFanClub_EventScript_16B5CD:: @ 816B5CD
|
||||
msgbox gUnknown_819493D, MSGBOX_SIGN
|
||||
VermilionCity_PokemonFanClub_EventScript_RulesSign2:: @ 816B5CD
|
||||
msgbox VermilionCity_PokemonFanClub_Text_SomeoneBragsBragBack, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
@@ -1,56 +1,30 @@
|
||||
Text_194234:: @ 8194234
|
||||
.string "The urge to battle with someone\n"
|
||||
.string "you've tangled with before…\p"
|
||||
.string "Have you ever had that urge?\n"
|
||||
.string "I'm sure you have.\p"
|
||||
.string "I wanted to battle certain people\n"
|
||||
.string "again over and over, too.\p"
|
||||
.string "So, I've been giving these away.\n"
|
||||
.string "Please, take one!$"
|
||||
|
||||
Text_19430F:: @ 819430F
|
||||
.string "Use that device and you'll find\n"
|
||||
.string "TRAINERS looking for a rematch.\p"
|
||||
.string "You have to charge its battery to\n"
|
||||
.string "use it, though.$"
|
||||
|
||||
Text_194381:: @ 8194381
|
||||
.string "How do you use the VS SEEKER?\n"
|
||||
.string "There's nothing to it.\p"
|
||||
.string "Use it like beep-beep-beep, and\n"
|
||||
.string "TRAINERS around you will notice.\p"
|
||||
.string "If any TRAINER wants a rematch,\n"
|
||||
.string "it will let you know immediately.\p"
|
||||
.string "Charge its battery and use it\n"
|
||||
.string "while you're on a road.$"
|
||||
|
||||
gUnknown_819446F:: @ 819446F
|
||||
VermilionCity_PokemonFanClub_Text_AdmirePikachusTail:: @ 819446F
|
||||
.string "Won't you admire my PIKACHU's\n"
|
||||
.string "adorable tail?$"
|
||||
|
||||
gUnknown_819449C:: @ 819449C
|
||||
VermilionCity_PokemonFanClub_Text_PikachuTwiceAsCute:: @ 819449C
|
||||
.string "Humph!\p"
|
||||
.string "My PIKACHU is twice as cute as\n"
|
||||
.string "that one!$"
|
||||
|
||||
gUnknown_81944CC:: @ 81944CC
|
||||
VermilionCity_PokemonFanClub_Text_AdoreMySeel:: @ 81944CC
|
||||
.string "I just adore my SEEL!\n"
|
||||
.string "It's so lovable!\p"
|
||||
.string "It squeals, “Kyuuuh,” when I\n"
|
||||
.string "hug it!$"
|
||||
|
||||
gUnknown_8194518:: @ 8194518
|
||||
VermilionCity_PokemonFanClub_Text_SeelFarMoreAttractive:: @ 8194518
|
||||
.string "Oh, dear!\p"
|
||||
.string "My SEEL is far more attractive.\n"
|
||||
.string "By double, I would say.$"
|
||||
|
||||
gUnknown_819455A:: @ 819455A
|
||||
VermilionCity_PokemonFanClub_Text_Pikachu:: @ 819455A
|
||||
.string "PIKACHU: Chu! Pikachu!$"
|
||||
|
||||
gUnknown_8194571:: @ 8194571
|
||||
VermilionCity_PokemonFanClub_Text_Seel:: @ 8194571
|
||||
.string "SEEL: Kyuoo!$"
|
||||
|
||||
gUnknown_819457E:: @ 819457E
|
||||
VermilionCity_PokemonFanClub_Text_DidYouComeToHearAboutMyMons:: @ 819457E
|
||||
.string "I chair the POKéMON Fan Club!\p"
|
||||
.string "I raise more than a hundred\n"
|
||||
.string "POKéMON!\p"
|
||||
@@ -60,7 +34,7 @@ gUnknown_819457E:: @ 819457E
|
||||
.string "Did you come visit to hear about\n"
|
||||
.string "my POKéMON?$"
|
||||
|
||||
gUnknown_8194628:: @ 8194628
|
||||
VermilionCity_PokemonFanClub_Text_ChairmansStory:: @ 8194628
|
||||
.string "Good!\n"
|
||||
.string "Then listen up!\p"
|
||||
.string "My favorite RAPIDASH…\p"
|
||||
@@ -76,11 +50,11 @@ gUnknown_8194628:: @ 8194628
|
||||
.string "Thanks for hearing me out!\n"
|
||||
.string "I want you to have this!$"
|
||||
|
||||
gUnknown_819474E:: @ 819474E
|
||||
VermilionCity_PokemonFanClub_Text_ReceivedBikeVoucherFromChairman:: @ 819474E
|
||||
.string "{PLAYER} received a BIKE VOUCHER\n"
|
||||
.string "from the CHAIRMAN.$"
|
||||
|
||||
gUnknown_819477C:: @ 819477C
|
||||
VermilionCity_PokemonFanClub_Text_ExplainBikeVoucher:: @ 819477C
|
||||
.string "Take that BIKE VOUCHER to the\n"
|
||||
.string "BIKE SHOP in CERULEAN CITY.\p"
|
||||
.string "Exchange that for a BICYCLE\n"
|
||||
@@ -90,55 +64,33 @@ gUnknown_819477C:: @ 819477C
|
||||
.string "So, I have no need for a BICYCLE.\p"
|
||||
.string "I hope you like cycling!$"
|
||||
|
||||
gUnknown_8194860:: @ 8194860
|
||||
VermilionCity_PokemonFanClub_Text_ComeBackToHearStory:: @ 8194860
|
||||
.string "Oh. Come back when you want to\n"
|
||||
.string "hear my story!$"
|
||||
|
||||
gUnknown_819488E:: @ 819488E
|
||||
VermilionCity_PokemonFanClub_Text_DidntComeToSeeAboutMonsAgain:: @ 819488E
|
||||
.string "Hello, {PLAYER}!\p"
|
||||
.string "Did you come see me about my\n"
|
||||
.string "POKéMON again?\p"
|
||||
.string "No?\n"
|
||||
.string "Too bad!$"
|
||||
|
||||
gUnknown_81948D2:: @ 81948D2
|
||||
VermilionCity_PokemonFanClub_Text_MakeRoomForThis:: @ 81948D2
|
||||
.string "Make room for this!$"
|
||||
|
||||
gUnknown_81948E6:: @ 81948E6
|
||||
VermilionCity_PokemonFanClub_Text_ChairmanVeryVocalAboutPokemon:: @ 81948E6
|
||||
.string "Our CHAIRMAN is very vocal about\n"
|
||||
.string "POKéMON.$"
|
||||
|
||||
gUnknown_8194910:: @ 8194910
|
||||
VermilionCity_PokemonFanClub_Text_ListenPolitelyToOtherTrainers:: @ 8194910
|
||||
.string "Let's all listen politely to other\n"
|
||||
.string "TRAINERS!$"
|
||||
|
||||
gUnknown_819493D:: @ 819493D
|
||||
VermilionCity_PokemonFanClub_Text_SomeoneBragsBragBack:: @ 819493D
|
||||
.string "If someone brags, brag right back!$"
|
||||
|
||||
gUnknown_8194960:: @ 8194960
|
||||
VermilionCity_PokemonFanClub_Text_ChairmanReallyAdoresHisMons:: @ 8194960
|
||||
.string "Our CHAIRMAN really does adore his\n"
|
||||
.string "POKéMON.\p"
|
||||
.string "But the person who is most liked by\n"
|
||||
.string "POKéMON is DAISY, I think.$"
|
||||
|
||||
gUnknown_81949CB:: @ 81949CB
|
||||
.string "Hi!\n"
|
||||
.string "Do you have a {STR_VAR_1}?\p"
|
||||
.string "Want to trade it for my\n"
|
||||
.string "{STR_VAR_2}?$"
|
||||
|
||||
gUnknown_81949FD:: @ 81949FD
|
||||
.string "That's too bad.$"
|
||||
|
||||
gUnknown_8194A0D:: @ 8194A0D
|
||||
.string "…This is no {STR_VAR_1}.\p"
|
||||
.string "If you get one, please trade it\n"
|
||||
.string "to me!$"
|
||||
|
||||
gUnknown_8194A44:: @ 8194A44
|
||||
.string "Thank you!$"
|
||||
|
||||
gUnknown_8194A4F:: @ 8194A4F
|
||||
.string "How is my old {STR_VAR_2}?\p"
|
||||
.string "My {STR_VAR_1} is doing great!$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user