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
@@ -1,34 +1,34 @@
.equ LOCALID_BILL, 2
.equ LOCALID_CELIO, 3
OneIsland_PokemonCenter_1F_MapScripts:: @ 8170BF8
OneIsland_PokemonCenter_1F_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, OneIsland_PokemonCenter_1F_OnTransition
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
map_script MAP_SCRIPT_ON_LOAD, OneIsland_PokemonCenter_1F_OnLoad
map_script MAP_SCRIPT_ON_FRAME_TABLE, OneIsland_PokemonCenter_1F_OnFrame
.byte 0
OneIsland_PokemonCenter_1F_OnLoad:: @ 8170C0D
OneIsland_PokemonCenter_1F_OnLoad::
compare VAR_MAP_SCENE_ONE_ISLAND_POKEMON_CENTER_1F, 5
call_if_ge OneIsland_PokemonCenter_1F_EventScript_SetRubyMetatile
call_if_set FLAG_SYS_CAN_LINK_WITH_RS, OneIsland_PokemonCenter_1F_EventScript_SetNetworkMachineOn
end
OneIsland_PokemonCenter_1F_EventScript_SetRubyMetatile:: @ 8170C22
OneIsland_PokemonCenter_1F_EventScript_SetRubyMetatile::
setmetatile 13, 4, METATILE_PokemonCenter_NetworkMachine_Ruby, 1
return
OneIsland_PokemonCenter_1F_EventScript_SetSapphireMetatile:: @ 8170C2C
OneIsland_PokemonCenter_1F_EventScript_SetSapphireMetatile::
setmetatile 16, 4, METATILE_PokemonCenter_NetworkMachine_Sapphire, 1
return
OneIsland_PokemonCenter_1F_EventScript_SetNetworkMachineOn:: @ 8170C36
OneIsland_PokemonCenter_1F_EventScript_SetNetworkMachineOn::
call OneIsland_PokemonCenter_1F_EventScript_SetSapphireMetatile
setmetatile 14, 4, METATILE_PokemonCenter_NetworkMachine_ScreenLeft_On, 1
setmetatile 15, 4, METATILE_PokemonCenter_NetworkMachine_ScreenRight_On, 1
return
OneIsland_PokemonCenter_1F_OnTransition:: @ 8170C4E
OneIsland_PokemonCenter_1F_OnTransition::
setrespawn SPAWN_ONE_ISLAND
compare VAR_MAP_SCENE_ONE_ISLAND_POKEMON_CENTER_1F, 6
call_if_eq OneIsland_PokemonCenter_1F_EventScript_SetCelioQuestDone
@@ -38,29 +38,29 @@ OneIsland_PokemonCenter_1F_OnTransition:: @ 8170C4E
call_if_eq OneIsland_PokemonCenter_1F_EventScript_SetBillCelioReadyToLeavePos
end
OneIsland_PokemonCenter_1F_EventScript_SetCelioQuestDone:: @ 8170C73
OneIsland_PokemonCenter_1F_EventScript_SetCelioQuestDone::
setvar VAR_MAP_SCENE_ONE_ISLAND_POKEMON_CENTER_1F, 7
return
OneIsland_PokemonCenter_1F_EventScript_SetBillCelioFirstMeetingPos:: @ 8170C79
OneIsland_PokemonCenter_1F_EventScript_SetBillCelioFirstMeetingPos::
setobjectxyperm LOCALID_BILL, 9, 8
setobjectmovementtype LOCALID_BILL, MOVEMENT_TYPE_FACE_UP
setobjectxyperm LOCALID_CELIO, 15, 6
setobjectmovementtype LOCALID_CELIO, MOVEMENT_TYPE_FACE_UP
return
OneIsland_PokemonCenter_1F_EventScript_SetBillCelioReadyToLeavePos:: @ 8170C90
OneIsland_PokemonCenter_1F_EventScript_SetBillCelioReadyToLeavePos::
setobjectxyperm LOCALID_BILL, 14, 7
setobjectmovementtype LOCALID_BILL, MOVEMENT_TYPE_FACE_LEFT
setobjectxyperm LOCALID_CELIO, 14, 8
setobjectmovementtype LOCALID_CELIO, MOVEMENT_TYPE_FACE_LEFT
return
OneIsland_PokemonCenter_1F_OnFrame:: @ 8170CA7
OneIsland_PokemonCenter_1F_OnFrame::
map_script_2 VAR_MAP_SCENE_ONE_ISLAND_POKEMON_CENTER_1F, 0, OneIsland_PokemonCenter_1F_EventScript_MeetCelioScene
.2byte 0
OneIsland_PokemonCenter_1F_EventScript_MeetCelioScene:: @ 8170CB1
OneIsland_PokemonCenter_1F_EventScript_MeetCelioScene::
lockall
textcolor 0
applymovement OBJ_EVENT_ID_PLAYER, OneIsland_PokemonCenter_1F_Movement_PlayerWalkToCelio
@@ -127,15 +127,15 @@ OneIsland_PokemonCenter_1F_EventScript_MeetCelioScene:: @ 8170CB1
releaseall
end
OneIsland_PokemonCenter_1F_EventScript_IntroducePlayerChamp:: @ 8170E34
OneIsland_PokemonCenter_1F_EventScript_IntroducePlayerChamp::
msgbox OneIsland_PokemonCenter_1F_Text_PlayerIsReigningPokemonChamp
return
OneIsland_PokemonCenter_1F_EventScript_IntroducePlayerNotChamp:: @ 8170E3D
OneIsland_PokemonCenter_1F_EventScript_IntroducePlayerNotChamp::
msgbox OneIsland_PokemonCenter_1F_Text_PlayerIsRisingPokemonChamp
return
OneIsland_PokemonCenter_1F_EventScript_ReceiveTownMapPage:: @ 8170E46
OneIsland_PokemonCenter_1F_EventScript_ReceiveTownMapPage::
textcolor 3
playfanfare MUS_OBTAIN_KEY_ITEM
message OneIsland_PokemonCenter_1F_Text_ReceivedExtraPageForTownMap
@@ -144,13 +144,13 @@ OneIsland_PokemonCenter_1F_EventScript_ReceiveTownMapPage:: @ 8170E46
call EventScript_RestorePrevTextColor
return
OneIsland_PokemonCenter_1F_EventScript_ReceiveTownMap:: @ 8170E58
OneIsland_PokemonCenter_1F_EventScript_ReceiveTownMap::
setflag FLAG_HIDE_TOWN_MAP
setvar VAR_MAP_SCENE_PALLET_TOWN_RIVALS_HOUSE, 2
giveitem_msg OneIsland_PokemonCenter_1F_Text_ReceivedTownMap, ITEM_TOWN_MAP, 1, MUS_OBTAIN_KEY_ITEM
return
OneIsland_PokemonCenter_1F_Movement_PlayerWalkToCelio:: @ 8170E7D
OneIsland_PokemonCenter_1F_Movement_PlayerWalkToCelio::
walk_up
walk_up
walk_right
@@ -161,7 +161,7 @@ OneIsland_PokemonCenter_1F_Movement_PlayerWalkToCelio:: @ 8170E7D
walk_in_place_fastest_up
step_end
OneIsland_PokemonCenter_1F_Movement_BillWalkToCelio:: @ 8170E86
OneIsland_PokemonCenter_1F_Movement_BillWalkToCelio::
walk_up
walk_right
walk_right
@@ -173,38 +173,38 @@ OneIsland_PokemonCenter_1F_Movement_BillWalkToCelio:: @ 8170E86
step_end
@ Unused
Movement_170E8F:: @ 8170E8F
Movement_170E8F::
walk_up
step_end
@ Unused
Movement_170E91:: @ 8170E91
Movement_170E91::
walk_left
walk_in_place_fastest_right
step_end
OneIsland_PokemonCenter_1F_EventScript_Nurse:: @ 8170E94
OneIsland_PokemonCenter_1F_EventScript_Nurse::
lock
faceplayer
call EventScript_PkmnCenterNurse
release
end
OneIsland_PokemonCenter_1F_EventScript_Bill:: @ 8170E9D
OneIsland_PokemonCenter_1F_EventScript_Bill::
lock
goto_if_set FLAG_SEVII_DETOUR_FINISHED, OneIsland_PokemonCenter_1F_EventScript_BillGoTakeStroll
msgbox OneIsland_PokemonCenter_1F_Text_HmmHowAboutLikeThis
release
end
OneIsland_PokemonCenter_1F_EventScript_BillGoTakeStroll:: @ 8170EB1
OneIsland_PokemonCenter_1F_EventScript_BillGoTakeStroll::
applymovement LOCALID_BILL, Movement_FacePlayer
waitmovement 0
msgbox OneIsland_PokemonCenter_1F_Text_GotPCWorkingStrollAWhileMore
release
end
OneIsland_PokemonCenter_1F_EventScript_Celio:: @ 8170EC5
OneIsland_PokemonCenter_1F_EventScript_Celio::
lock
faceplayer
compare VAR_MAP_SCENE_ONE_ISLAND_POKEMON_CENTER_1F, 7
@@ -229,7 +229,7 @@ OneIsland_PokemonCenter_1F_EventScript_Celio:: @ 8170EC5
release
end
OneIsland_PokemonCenter_1F_EventScript_CelioGiveBillFact:: @ 8170F35
OneIsland_PokemonCenter_1F_EventScript_CelioGiveBillFact::
msgbox OneIsland_PokemonCenter_1F_Text_CelioHearingRumorsAboutYou
random 3
compare VAR_RESULT, 0
@@ -241,24 +241,24 @@ OneIsland_PokemonCenter_1F_EventScript_CelioGiveBillFact:: @ 8170F35
release
end
OneIsland_PokemonCenter_1F_EventScript_BillFact1:: @ 8170F6D
OneIsland_PokemonCenter_1F_EventScript_BillFact1::
famechecker FAMECHECKER_BILL, 3
msgbox OneIsland_PokemonCenter_1F_Text_BillsFirstMonWasAbra
release
end
OneIsland_PokemonCenter_1F_EventScript_BillFact2:: @ 8170F84
OneIsland_PokemonCenter_1F_EventScript_BillFact2::
famechecker FAMECHECKER_BILL, 4
msgbox OneIsland_PokemonCenter_1F_Text_BillsHometownInGoldenrod
release
end
OneIsland_PokemonCenter_1F_EventScript_CelioJustGivenSapphire:: @ 8170F9B
OneIsland_PokemonCenter_1F_EventScript_CelioJustGivenSapphire::
msgbox OneIsland_PokemonCenter_1F_Text_WishYouBestOfLuck
release
end
OneIsland_PokemonCenter_1F_EventScript_GiveCelioSapphire:: @ 8170FA5
OneIsland_PokemonCenter_1F_EventScript_GiveCelioSapphire::
textcolor 3
playfanfare MUS_OBTAIN_TMHM
message OneIsland_PokemonCenter_1F_Text_HandedSapphireToCelio
@@ -298,12 +298,12 @@ OneIsland_PokemonCenter_1F_EventScript_GiveCelioSapphire:: @ 8170FA5
release
end
OneIsland_PokemonCenter_1F_EventScript_ExplainRainbowPass:: @ 817103A
OneIsland_PokemonCenter_1F_EventScript_ExplainRainbowPass::
msgbox OneIsland_PokemonCenter_1F_Text_PassLetYouGetToAllIslands
release
end
OneIsland_PokemonCenter_1F_EventScript_GiveCelioRuby:: @ 8171044
OneIsland_PokemonCenter_1F_EventScript_GiveCelioRuby::
msgbox OneIsland_PokemonCenter_1F_Text_OhThats
textcolor 3
playfanfare MUS_OBTAIN_TMHM
@@ -326,14 +326,14 @@ OneIsland_PokemonCenter_1F_EventScript_GiveCelioRuby:: @ 8171044
goto OneIsland_PokemonCenter_1F_EventScript_GiveRainbowPass
end
OneIsland_PokemonCenter_1F_EventScript_DeclineHelpCelio:: @ 8171099
OneIsland_PokemonCenter_1F_EventScript_DeclineHelpCelio::
msgbox OneIsland_PokemonCenter_1F_Text_PleaseINeedYourHelp, MSGBOX_YESNO
compare VAR_RESULT, NO
goto_if_eq OneIsland_PokemonCenter_1F_EventScript_DeclineHelpCelio
goto OneIsland_PokemonCenter_1F_EventScript_GiveRainbowPass
end
OneIsland_PokemonCenter_1F_EventScript_GiveRainbowPass:: @ 81710B2
OneIsland_PokemonCenter_1F_EventScript_GiveRainbowPass::
msgbox OneIsland_PokemonCenter_1F_Text_AnotherGemstoneInSeviiIslands
removeitem ITEM_RUBY, 1
removeitem ITEM_TRI_PASS, 1
@@ -353,12 +353,12 @@ OneIsland_PokemonCenter_1F_EventScript_GiveRainbowPass:: @ 81710B2
goto OneIsland_PokemonCenter_1F_EventScript_ExplainRainbowPass
end
OneIsland_PokemonCenter_1F_EventScript_CelioWaitingForRuby:: @ 81710F2
OneIsland_PokemonCenter_1F_EventScript_CelioWaitingForRuby::
msgbox OneIsland_PokemonCenter_1F_Text_TryingToFindGem
release
end
OneIsland_PokemonCenter_1F_EventScript_CelioRequestRuby:: @ 81710FC
OneIsland_PokemonCenter_1F_EventScript_CelioRequestRuby::
msgbox OneIsland_PokemonCenter_1F_Text_CelioCaughtMoreMonMaybeICanBeUseful
applymovement LOCALID_CELIO, Movement_WalkInPlaceFastestUp
waitmovement 0
@@ -371,18 +371,18 @@ OneIsland_PokemonCenter_1F_EventScript_CelioRequestRuby:: @ 81710FC
release
end
OneIsland_PokemonCenter_1F_EventScript_CelioPlayerMissingNationalDex:: @ 8171134
OneIsland_PokemonCenter_1F_EventScript_CelioPlayerMissingNationalDex::
msgbox OneIsland_PokemonCenter_1F_Text_CelioImModifyingMyNetworkMachine
release
end
OneIsland_PokemonCenter_1F_Movement_CelioCheckMachine:: @ 817113E
OneIsland_PokemonCenter_1F_Movement_CelioCheckMachine::
walk_in_place_up
delay_8
walk_in_place_up
step_end
OneIsland_PokemonCenter_1F_Movement_CelioPutGemInMachine:: @ 8171142
OneIsland_PokemonCenter_1F_Movement_CelioPutGemInMachine::
walk_in_place_fastest_up
walk_in_place_up
delay_16
@@ -390,15 +390,15 @@ OneIsland_PokemonCenter_1F_Movement_CelioPutGemInMachine:: @ 8171142
walk_in_place_up
step_end
OneIsland_PokemonCenter_1F_EventScript_LittleBoy:: @ 8171148
OneIsland_PokemonCenter_1F_EventScript_LittleBoy::
msgbox OneIsland_PokemonCenter_1F_Text_CameFromPalletDontKnowIt, MSGBOX_NPC
end
OneIsland_PokemonCenter_1F_EventScript_Hiker:: @ 8171151
OneIsland_PokemonCenter_1F_EventScript_Hiker::
msgbox OneIsland_PokemonCenter_1F_Text_EnormousVolcanoOnIsland, MSGBOX_NPC
end
OneIsland_PokemonCenter_1F_EventScript_BattleGirl:: @ 817115A
OneIsland_PokemonCenter_1F_EventScript_BattleGirl::
lock
faceplayer
goto_if_set FLAG_SYS_CAN_LINK_WITH_RS, OneIsland_PokemonCenter_1F_EventScript_BattleGirlHoennLinked
@@ -406,12 +406,12 @@ OneIsland_PokemonCenter_1F_EventScript_BattleGirl:: @ 817115A
release
end
OneIsland_PokemonCenter_1F_EventScript_BattleGirlHoennLinked:: @ 817116F
OneIsland_PokemonCenter_1F_EventScript_BattleGirlHoennLinked::
msgbox OneIsland_PokemonCenter_1F_Text_TradedWithFarAwayBoyfriend
release
end
OneIsland_PokemonCenter_1F_EventScript_NetworkMachine:: @ 8171179
OneIsland_PokemonCenter_1F_EventScript_NetworkMachine::
lockall
goto_if_set FLAG_SYS_CAN_LINK_WITH_RS, OneIsland_PokemonCenter_1F_EventScript_NetworkMachineLinkedWithHoenn
goto_if_set FLAG_SEVII_DETOUR_FINISHED, OneIsland_PokemonCenter_1F_EventScript_NetworkMachineLinkedWithKanto
@@ -419,41 +419,41 @@ OneIsland_PokemonCenter_1F_EventScript_NetworkMachine:: @ 8171179
releaseall
end
OneIsland_PokemonCenter_1F_EventScript_NetworkMachineLinkedWithKanto:: @ 8171196
OneIsland_PokemonCenter_1F_EventScript_NetworkMachineLinkedWithKanto::
msgbox OneIsland_PokemonCenter_1F_Text_MachineLinkedWithKanto
releaseall
end
OneIsland_PokemonCenter_1F_EventScript_NetworkMachineLinkedWithHoenn:: @ 81711A0
OneIsland_PokemonCenter_1F_EventScript_NetworkMachineLinkedWithHoenn::
msgbox OneIsland_PokemonCenter_1F_Text_MachineLinkedWithKantoAndHoenn
releaseall
end
OneIsland_PokemonCenter_1F_EventScript_LeaveOneIslandTriggerTop:: @ 81711AA
OneIsland_PokemonCenter_1F_EventScript_LeaveOneIslandTriggerTop::
lockall
setvar VAR_TEMP_1, 1
goto OneIsland_PokemonCenter_1F_EventScript_LeaveOneIslandScene
end
OneIsland_PokemonCenter_1F_EventScript_LeaveOneIslandTriggerMidTop:: @ 81711B6
OneIsland_PokemonCenter_1F_EventScript_LeaveOneIslandTriggerMidTop::
lockall
setvar VAR_TEMP_1, 2
goto OneIsland_PokemonCenter_1F_EventScript_LeaveOneIslandScene
end
OneIsland_PokemonCenter_1F_EventScript_LeaveOneIslandTriggerMidBottom:: @ 81711C2
OneIsland_PokemonCenter_1F_EventScript_LeaveOneIslandTriggerMidBottom::
lockall
setvar VAR_TEMP_1, 3
goto OneIsland_PokemonCenter_1F_EventScript_LeaveOneIslandScene
end
OneIsland_PokemonCenter_1F_EventScript_LeaveOneIslandTriggerBottom:: @ 81711CE
OneIsland_PokemonCenter_1F_EventScript_LeaveOneIslandTriggerBottom::
lockall
setvar VAR_TEMP_1, 4
goto OneIsland_PokemonCenter_1F_EventScript_LeaveOneIslandScene
end
OneIsland_PokemonCenter_1F_EventScript_LeaveOneIslandScene:: @ 81711DA
OneIsland_PokemonCenter_1F_EventScript_LeaveOneIslandScene::
textcolor 0
playse SE_PIN
applymovement LOCALID_BILL, Movement_ExclamationMark
@@ -511,43 +511,43 @@ OneIsland_PokemonCenter_1F_EventScript_LeaveOneIslandScene:: @ 81711DA
goto EventScript_SetSail
end
OneIsland_PokemonCenter_1F_EventScript_PlayerWalkToBillTop:: @ 81712E4
OneIsland_PokemonCenter_1F_EventScript_PlayerWalkToBillTop::
applymovement OBJ_EVENT_ID_PLAYER, OneIsland_PokemonCenter_1F_Movement_PlayerWalkToBillTop
waitmovement 0
return
OneIsland_PokemonCenter_1F_EventScript_PlayerWalkToBillMidTop:: @ 81712EF
OneIsland_PokemonCenter_1F_EventScript_PlayerWalkToBillMidTop::
applymovement OBJ_EVENT_ID_PLAYER, OneIsland_PokemonCenter_1F_Movement_PlayerWalkToBillMidTop
waitmovement 0
return
OneIsland_PokemonCenter_1F_EventScript_PlayerWalkToBillMidBottom:: @ 81712FA
OneIsland_PokemonCenter_1F_EventScript_PlayerWalkToBillMidBottom::
applymovement OBJ_EVENT_ID_PLAYER, OneIsland_PokemonCenter_1F_Movement_PlayerWalkToBillMidBottom
waitmovement 0
return
OneIsland_PokemonCenter_1F_EventScript_PlayerWalkToBillBottom:: @ 8171305
OneIsland_PokemonCenter_1F_EventScript_PlayerWalkToBillBottom::
applymovement OBJ_EVENT_ID_PLAYER, OneIsland_PokemonCenter_1F_Movement_PlayerWalkToBillBottom
waitmovement 0
return
OneIsland_PokemonCenter_1F_Movement_PlayerWalkToBillTop:: @ 8171310
OneIsland_PokemonCenter_1F_Movement_PlayerWalkToBillTop::
walk_right
walk_down
walk_in_place_fastest_right
step_end
OneIsland_PokemonCenter_1F_Movement_PlayerWalkToBillMidTop:: @ 8171314
OneIsland_PokemonCenter_1F_Movement_PlayerWalkToBillMidTop::
walk_right
step_end
OneIsland_PokemonCenter_1F_Movement_PlayerWalkToBillMidBottom:: @ 8171316
OneIsland_PokemonCenter_1F_Movement_PlayerWalkToBillMidBottom::
walk_right
walk_up
walk_in_place_fastest_right
step_end
OneIsland_PokemonCenter_1F_Movement_PlayerWalkToBillBottom:: @ 817131A
OneIsland_PokemonCenter_1F_Movement_PlayerWalkToBillBottom::
walk_right
walk_up
walk_up
@@ -555,7 +555,7 @@ OneIsland_PokemonCenter_1F_Movement_PlayerWalkToBillBottom:: @ 817131A
step_end
@ Unused
Movement_17131F:: @ 817131F
Movement_17131F::
delay_16
delay_16
delay_4
@@ -563,11 +563,11 @@ Movement_17131F:: @ 817131F
step_end
@ Unused
Movement_171324:: @ 8171324
Movement_171324::
walk_in_place_fast_down
step_end
OneIsland_PokemonCenter_1F_Movement_PlayerExit:: @ 8171326
OneIsland_PokemonCenter_1F_Movement_PlayerExit::
walk_left
walk_left
walk_left
@@ -576,7 +576,7 @@ OneIsland_PokemonCenter_1F_Movement_PlayerExit:: @ 8171326
walk_down
step_end
OneIsland_PokemonCenter_1F_Movement_BillExit:: @ 817132D
OneIsland_PokemonCenter_1F_Movement_BillExit::
walk_left
walk_left
walk_left
+59 -59
View File
@@ -1,52 +1,52 @@
OneIsland_PokemonCenter_1F_Text_BillHeyThereCelio:: @ 81A0CDE
OneIsland_PokemonCenter_1F_Text_BillHeyThereCelio::
.string "BILL: Hey, there!\n"
.string "CELIO!$"
OneIsland_PokemonCenter_1F_Text_CelioCantBelieveYouCameOut:: @ 81A0CF7
OneIsland_PokemonCenter_1F_Text_CelioCantBelieveYouCameOut::
.string "CELIO: BILL!\n"
.string "I can't believe you came out here.$"
OneIsland_PokemonCenter_1F_Text_BillHowsYourResearchComing:: @ 81A0D27
OneIsland_PokemonCenter_1F_Text_BillHowsYourResearchComing::
.string "BILL: Well, absolutely!\n"
.string "How's your research coming along?\p"
.string "…Oh, wait a sec.$"
OneIsland_PokemonCenter_1F_Text_ThisIsMyBuddyCelio:: @ 81A0D72
OneIsland_PokemonCenter_1F_Text_ThisIsMyBuddyCelio::
.string "{PLAYER}, this is my buddy CELIO.\n"
.string "He's one dedicated PC MANIAC!$"
OneIsland_PokemonCenter_1F_Text_PlayerIsRisingPokemonChamp:: @ 81A0DAC
OneIsland_PokemonCenter_1F_Text_PlayerIsRisingPokemonChamp::
.string "CELIO, this is {PLAYER}, a rising\n"
.string "contender as the POKéMON CHAMP!$"
OneIsland_PokemonCenter_1F_Text_PlayerIsReigningPokemonChamp:: @ 81A0DE8
OneIsland_PokemonCenter_1F_Text_PlayerIsReigningPokemonChamp::
.string "CELIO, this is {PLAYER}, the\n"
.string "reigning POKéMON CHAMP!$"
OneIsland_PokemonCenter_1F_Text_CelioThatsReallyImpressive:: @ 81A0E17
OneIsland_PokemonCenter_1F_Text_CelioThatsReallyImpressive::
.string "CELIO: That's really impressive.\p"
.string "I hate to say it, but I have zero\n"
.string "aptitude for battling.\p"
.string "Anyways, I'm glad to meet you.$"
OneIsland_PokemonCenter_1F_Text_BillBringMeUpToSpeed:: @ 81A0E90
OneIsland_PokemonCenter_1F_Text_BillBringMeUpToSpeed::
.string "BILL: So, bring me up to speed.\n"
.string "How's your machine running?$"
OneIsland_PokemonCenter_1F_Text_CelioPCsCantLinkWithYours:: @ 81A0ECC
OneIsland_PokemonCenter_1F_Text_CelioPCsCantLinkWithYours::
.string "CELIO: It's running fine, but we're\n"
.string "too remote out here.\p"
.string "The PCs on this island just can't\n"
.string "link with your PC, BILL.$"
OneIsland_PokemonCenter_1F_Text_BillLetMeHelpYou:: @ 81A0F40
OneIsland_PokemonCenter_1F_Text_BillLetMeHelpYou::
.string "BILL: Oh, yeah?\n"
.string "Okay, let me take a look-see.\p"
.string "…Hang on here…\n"
.string "I think we can make it work.\l"
.string "Let me help you, okay?$"
OneIsland_PokemonCenter_1F_Text_CanYouDeliverThisMeteoritePlayer:: @ 81A0FB1
OneIsland_PokemonCenter_1F_Text_CanYouDeliverThisMeteoritePlayer::
.string "{PLAYER}, can I get you to wait for\n"
.string "me just a bit?\p"
.string "…Actually, can I get you to do\n"
@@ -62,38 +62,38 @@ OneIsland_PokemonCenter_1F_Text_CanYouDeliverThisMeteoritePlayer:: @ 81A0FB1
.string "So, can I get you to deliver this\n"
.string "METEORITE to him?$"
OneIsland_PokemonCenter_1F_Text_AcceptedMeteoriteFromBill:: @ 81A10EE
OneIsland_PokemonCenter_1F_Text_AcceptedMeteoriteFromBill::
.string "{PLAYER} accepted the METEORITE\n"
.string "from BILL.$"
OneIsland_PokemonCenter_1F_Text_CelioPleaseTakeThis:: @ 81A1113
OneIsland_PokemonCenter_1F_Text_CelioPleaseTakeThis::
.string "CELIO: {PLAYER}, if you are going\n"
.string "to TWO ISLAND, please take this.$"
OneIsland_PokemonCenter_1F_Text_PassLetsYouTravelBetweenIslands:: @ 81A1150
OneIsland_PokemonCenter_1F_Text_PassLetsYouTravelBetweenIslands::
.string "It's a PASS for the ferry service\n"
.string "serving the local islands.\p"
.string "It will let you travel between the\n"
.string "ISLANDS ONE, TWO, and THREE.\p"
.string "Oh, you should have this, too.$"
OneIsland_PokemonCenter_1F_Text_ReceivedExtraPageForTownMap:: @ 81A11EC
OneIsland_PokemonCenter_1F_Text_ReceivedExtraPageForTownMap::
.string "{PLAYER} received an extra page\n"
.string "for the TOWN MAP!$"
OneIsland_PokemonCenter_1F_Text_ReceivedTownMap:: @ 81A1218
OneIsland_PokemonCenter_1F_Text_ReceivedTownMap::
.string "{PLAYER} received\n"
.string "a TOWN MAP!$"
OneIsland_PokemonCenter_1F_Text_BillCatchYouLater:: @ 81A1230
OneIsland_PokemonCenter_1F_Text_BillCatchYouLater::
.string "BILL: I'll catch you later!\n"
.string "Say hi to the guy for me!$"
OneIsland_PokemonCenter_1F_Text_HmmHowAboutLikeThis:: @ 81A1266
OneIsland_PokemonCenter_1F_Text_HmmHowAboutLikeThis::
.string "Hmm…\p"
.string "How about we try this like this…$"
OneIsland_PokemonCenter_1F_Text_GotPCWorkingStrollAWhileMore:: @ 81A128C
OneIsland_PokemonCenter_1F_Text_GotPCWorkingStrollAWhileMore::
.string "Oh, hey, {PLAYER}!\p"
.string "Did you see?\n"
.string "We got the PC working!\p"
@@ -102,54 +102,54 @@ OneIsland_PokemonCenter_1F_Text_GotPCWorkingStrollAWhileMore:: @ 81A128C
.string "Can you go out on a stroll or\n"
.string "something for a while more?$"
OneIsland_PokemonCenter_1F_Text_SorryForBeingPoorHost:: @ 81A1321
OneIsland_PokemonCenter_1F_Text_SorryForBeingPoorHost::
.string "I'm sorry for taking up so much of\n"
.string "BILL's time.\p"
.string "I'm also sorry for being such a \n"
.string "poor host on your visit here.$"
OneIsland_PokemonCenter_1F_Text_UsualPCServicesUnavailable:: @ 81A1390
OneIsland_PokemonCenter_1F_Text_UsualPCServicesUnavailable::
.string "The usual PC services aren't\n"
.string "available…$"
OneIsland_PokemonCenter_1F_Text_BillOhHeyPlayer:: @ 81A13B8
OneIsland_PokemonCenter_1F_Text_BillOhHeyPlayer::
.string "BILL: Oh, hey!\n"
.string "{PLAYER}!$"
OneIsland_PokemonCenter_1F_Text_BillWeGotItDone:: @ 81A13CB
OneIsland_PokemonCenter_1F_Text_BillWeGotItDone::
.string "BILL: What kept you so long?\n"
.string "Been out having a good time?\p"
.string "We got it done.\n"
.string "The PCs are up and running!$"
OneIsland_PokemonCenter_1F_Text_CelioJobWentQuick:: @ 81A1431
OneIsland_PokemonCenter_1F_Text_CelioJobWentQuick::
.string "CELIO: The job went incredibly\n"
.string "quick.\p"
.string "BILL is one amazing guy…$"
OneIsland_PokemonCenter_1F_Text_BillYouveLearnedALot:: @ 81A1470
OneIsland_PokemonCenter_1F_Text_BillYouveLearnedALot::
.string "BILL: No, no! There was almost\n"
.string "nothing left for me to do.\p"
.string "CELIO, I have to hand it to you.\n"
.string "You've learned a lot.$"
OneIsland_PokemonCenter_1F_Text_CelioOhReallyEhehe:: @ 81A14E1
OneIsland_PokemonCenter_1F_Text_CelioOhReallyEhehe::
.string "CELIO: Oh, really?\n"
.string "Ehehe…$"
OneIsland_PokemonCenter_1F_Text_BillWeShouldHeadBackToKanto:: @ 81A14FB
OneIsland_PokemonCenter_1F_Text_BillWeShouldHeadBackToKanto::
.string "BILL: Well, there you have it.\n"
.string "I'm finished with the job.\l"
.string "We should head back to KANTO.\p"
.string "CELIO, I'll be seeing you again.$"
OneIsland_PokemonCenter_1F_Text_CelioPromiseIllShowYouAroundSometime:: @ 81A1574
OneIsland_PokemonCenter_1F_Text_CelioPromiseIllShowYouAroundSometime::
.string "CELIO: {PLAYER}, I'm really sorry\n"
.string "that we sent you off alone today.\p"
.string "I promise, I will show you around\n"
.string "these islands sometime.$"
OneIsland_PokemonCenter_1F_Text_CelioImModifyingMyNetworkMachine:: @ 81A15EC
OneIsland_PokemonCenter_1F_Text_CelioImModifyingMyNetworkMachine::
.string "CELIO: Hello!\n"
.string "You look awfully busy as always.\p"
.string "How am I doing?\p"
@@ -159,7 +159,7 @@ OneIsland_PokemonCenter_1F_Text_CelioImModifyingMyNetworkMachine:: @ 81A15EC
.string "I hope you'll be first to use it,\l"
.string "{PLAYER}.$"
OneIsland_PokemonCenter_1F_Text_CelioCaughtMoreMonMaybeICanBeUseful:: @ 81A169B
OneIsland_PokemonCenter_1F_Text_CelioCaughtMoreMonMaybeICanBeUseful::
.string "CELIO: {PLAYER}, how have things\n"
.string "been for you?\p"
.string "Oh, is that right?\n"
@@ -167,7 +167,7 @@ OneIsland_PokemonCenter_1F_Text_CelioCaughtMoreMonMaybeICanBeUseful:: @ 81A169B
.string "Do you know what?\n"
.string "Maybe I can be useful to you.$"
OneIsland_PokemonCenter_1F_Text_YoullBeTradingFromTrainersFarAway:: @ 81A1723
OneIsland_PokemonCenter_1F_Text_YoullBeTradingFromTrainersFarAway::
.string "I'm modifying the Network Machine\n"
.string "right now.\p"
.string "I'm changing it so it can handle\n"
@@ -176,7 +176,7 @@ OneIsland_PokemonCenter_1F_Text_YoullBeTradingFromTrainersFarAway:: @ 81A1723
.string "trading for exotic POKéMON from\l"
.string "TRAINERS far away.$"
OneIsland_PokemonCenter_1F_Text_NeedsSpecialGemstone:: @ 81A17DF
OneIsland_PokemonCenter_1F_Text_NeedsSpecialGemstone::
.string "But, there is a slight catch.\p"
.string "For the link to work, the Machine\n"
.string "needs a special gemstone.\p"
@@ -184,7 +184,7 @@ OneIsland_PokemonCenter_1F_Text_NeedsSpecialGemstone:: @ 81A17DF
.string "but I haven't found one yet.\p"
.string "Who knows where it could be.$"
OneIsland_PokemonCenter_1F_Text_TryingToFindGem:: @ 81A1896
OneIsland_PokemonCenter_1F_Text_TryingToFindGem::
.string "I was trying to find the gem\n"
.string "even while I was studying.\p"
.string "As a result, I've made no headway\n"
@@ -194,26 +194,26 @@ OneIsland_PokemonCenter_1F_Text_TryingToFindGem:: @ 81A1896
.string "But this time, I want to try to do\n"
.string "things by myself.$"
OneIsland_PokemonCenter_1F_Text_OhThats:: @ 81A197E
OneIsland_PokemonCenter_1F_Text_OhThats::
.string "Oh!\n"
.string "Th-that's…$"
OneIsland_PokemonCenter_1F_Text_HandedRubyToCelio:: @ 81A198D
OneIsland_PokemonCenter_1F_Text_HandedRubyToCelio::
.string "{PLAYER} handed the RUBY\n"
.string "to CELIO.$"
OneIsland_PokemonCenter_1F_Text_MayIAskOneMoreFavor:: @ 81A19AA
OneIsland_PokemonCenter_1F_Text_MayIAskOneMoreFavor::
.string "Thank you!\n"
.string "{PLAYER}, you're simply amazing.\p"
.string "… … … … … …\p"
.string "Um… May I ask one more giant favor\n"
.string "of you?$"
OneIsland_PokemonCenter_1F_Text_PleaseINeedYourHelp:: @ 81A1A08
OneIsland_PokemonCenter_1F_Text_PleaseINeedYourHelp::
.string "It… It's not anything weird.\n"
.string "Please, I need your help.$"
OneIsland_PokemonCenter_1F_Text_AnotherGemstoneInSeviiIslands:: @ 81A1A3F
OneIsland_PokemonCenter_1F_Text_AnotherGemstoneInSeviiIslands::
.string "While I was studying gemstones,\n"
.string "I discovered something important.\p"
.string "There is another gem that forms\n"
@@ -225,26 +225,26 @@ OneIsland_PokemonCenter_1F_Text_AnotherGemstoneInSeviiIslands:: @ 81A1A3F
.string "{PLAYER}, may I have your ferry\n"
.string "PASS and the TOWN MAP?$"
OneIsland_PokemonCenter_1F_Text_ReturnedTriPassForRainbowPass:: @ 81A1B56
OneIsland_PokemonCenter_1F_Text_ReturnedTriPassForRainbowPass::
.string "{PLAYER} returned the TRI-PASS and\n"
.string "received the RAINBOW PASS.$"
OneIsland_PokemonCenter_1F_Text_ObtainedExtraMapPage:: @ 81A1B8E
OneIsland_PokemonCenter_1F_Text_ObtainedExtraMapPage::
.string "Obtained an extra page for the\n"
.string "TOWN MAP!$"
OneIsland_PokemonCenter_1F_Text_PassLetYouGetToAllIslands:: @ 81A1BB7
OneIsland_PokemonCenter_1F_Text_PassLetYouGetToAllIslands::
.string "This is my own ferry PASS.\p"
.string "It will let you get to all the\n"
.string "SEVII ISLANDS.\p"
.string "{PLAYER}, please, I can't do\n"
.string "it without your help.$"
OneIsland_PokemonCenter_1F_Text_HandedSapphireToCelio:: @ 81A1C2D
OneIsland_PokemonCenter_1F_Text_HandedSapphireToCelio::
.string "{PLAYER} handed the SAPPHIRE\n"
.string "to CELIO.$"
OneIsland_PokemonCenter_1F_Text_ThankYouGiveMeTime:: @ 81A1C4E
OneIsland_PokemonCenter_1F_Text_ThankYouGiveMeTime::
.string "CELIO: So this is the gem that\n"
.string "forms a pair with the RUBY…\p"
.string "{PLAYER}, you've gone through a lot\n"
@@ -255,14 +255,14 @@ OneIsland_PokemonCenter_1F_Text_ThankYouGiveMeTime:: @ 81A1C4E
.string "Now it's my turn to work for you!\n"
.string "Please give me a little time.$"
OneIsland_PokemonCenter_1F_Text_OkayThisIsGood:: @ 81A1D45
OneIsland_PokemonCenter_1F_Text_OkayThisIsGood::
.string "Okay, this is good…$"
OneIsland_PokemonCenter_1F_Text_LinkedUpWithLanette:: @ 81A1D59
OneIsland_PokemonCenter_1F_Text_LinkedUpWithLanette::
.string "I did it!\n"
.string "I linked up with LANETTE!$"
OneIsland_PokemonCenter_1F_Text_ManagedToLinkWithHoennThankYou:: @ 81A1D7D
OneIsland_PokemonCenter_1F_Text_ManagedToLinkWithHoennThankYou::
.string "{PLAYER}…\n"
.string "{PLAYER}, I did it!\p"
.string "I've managed to link up with\n"
@@ -273,7 +273,7 @@ OneIsland_PokemonCenter_1F_Text_ManagedToLinkWithHoennThankYou:: @ 81A1D7D
.string "Thanks to you, my dream came\n"
.string "true…$"
OneIsland_PokemonCenter_1F_Text_WishYouBestOfLuck:: @ 81A1E39
OneIsland_PokemonCenter_1F_Text_WishYouBestOfLuck::
.string "I…\n"
.string "I'm not crying.\p"
.string "That's enough about me!\p"
@@ -281,12 +281,12 @@ OneIsland_PokemonCenter_1F_Text_WishYouBestOfLuck:: @ 81A1E39
.string "looking for exotic POKéMON, right?\p"
.string "I wish you the best of luck!$"
OneIsland_PokemonCenter_1F_Text_CelioHearingRumorsAboutYou:: @ 81A1EBD
OneIsland_PokemonCenter_1F_Text_CelioHearingRumorsAboutYou::
.string "CELIO: Hello!\p"
.string "{PLAYER}, I've been hearing rumors\n"
.string "about you.$"
OneIsland_PokemonCenter_1F_Text_BillsFirstMonWasAbra:: @ 81A1EF3
OneIsland_PokemonCenter_1F_Text_BillsFirstMonWasAbra::
.string "{PLAYER}, what's your favorite kind\n"
.string "of POKéMON?\p"
.string "BILL is a POKéMANIAC, so he loves\n"
@@ -294,7 +294,7 @@ OneIsland_PokemonCenter_1F_Text_BillsFirstMonWasAbra:: @ 81A1EF3
.string "Apparently, the first one he caught\n"
.string "was an ABRA.$"
OneIsland_PokemonCenter_1F_Text_BillsHometownInGoldenrod:: @ 81A1F7C
OneIsland_PokemonCenter_1F_Text_BillsHometownInGoldenrod::
.string "By the way, {PLAYER}, you're from\n"
.string "PALLET TOWN, aren't you?\p"
.string "I've heard that it's a quiet and\n"
@@ -305,53 +305,53 @@ OneIsland_PokemonCenter_1F_Text_BillsHometownInGoldenrod:: @ 81A1F7C
.string "festive, bustling city.\p"
.string "I'd like to go there one day.$"
OneIsland_PokemonCenter_1F_Text_BillCantStomachMilk:: @ 81A2076
OneIsland_PokemonCenter_1F_Text_BillCantStomachMilk::
.string "{PLAYER}, is there anything that\n"
.string "you can't stand?\p"
.string "Apparently, BILL simply can't\n"
.string "stomach milk at all.$"
OneIsland_PokemonCenter_1F_Text_CameFromPalletDontKnowIt:: @ 81A20D5
OneIsland_PokemonCenter_1F_Text_CameFromPalletDontKnowIt::
.string "Oh, you're a stranger here!\n"
.string "Hi! Where did you come from?\p"
.string "…PALLET TOWN?\n"
.string "I don't know it!$"
OneIsland_PokemonCenter_1F_Text_EnormousVolcanoOnIsland:: @ 81A212D
OneIsland_PokemonCenter_1F_Text_EnormousVolcanoOnIsland::
.string "On this island, there's an enormous\n"
.string "volcano.\p"
.string "It hasn't erupted lately, so why\n"
.string "not enjoy a hike?$"
OneIsland_PokemonCenter_1F_Text_WishICouldTradeWithBoyfriend:: @ 81A218D
OneIsland_PokemonCenter_1F_Text_WishICouldTradeWithBoyfriend::
.string "I wish I could trade POKéMON with\n"
.string "my boyfriend who lives far away…$"
OneIsland_PokemonCenter_1F_Text_TradedWithFarAwayBoyfriend:: @ 81A21D0
OneIsland_PokemonCenter_1F_Text_TradedWithFarAwayBoyfriend::
.string "I traded POKéMON with my boyfriend\n"
.string "far away!\p"
.string "Everyone's saying that we can\n"
.string "thank you and CELIO.\p"
.string "So, thank you!$"
OneIsland_PokemonCenter_1F_Text_MachineUnderAdjustment:: @ 81A223F
OneIsland_PokemonCenter_1F_Text_MachineUnderAdjustment::
.string "Network Machine\n"
.string "Link Level 0\p"
.string "…POKéMON Storage System under\n"
.string "adjustment…$"
OneIsland_PokemonCenter_1F_Text_MachineLinkedWithKanto:: @ 81A2286
OneIsland_PokemonCenter_1F_Text_MachineLinkedWithKanto::
.string "Network Machine\n"
.string "Link Level 1\p"
.string "Link established with the KANTO\n"
.string "region.$"
OneIsland_PokemonCenter_1F_Text_MachineLinkedWithKantoAndHoenn:: @ 81A22CB
OneIsland_PokemonCenter_1F_Text_MachineLinkedWithKantoAndHoenn::
.string "Network Machine\n"
.string "Link Level 2\p"
.string "Link established with the KANTO\n"
.string "and HOENN regions.$"
OneIsland_PokemonCenter_1F_Text_ObtainedTriPass:: @ 81A231B
OneIsland_PokemonCenter_1F_Text_ObtainedTriPass::
.string "Obtained the TRI-PASS!$"