2017-11-10 02:21:31 +01:00
|
|
|
FallarborTown_PokemonCenter_1F_MapScripts:: @ 8200BCD
|
2019-04-22 22:31:51 +02:00
|
|
|
map_script MAP_SCRIPT_ON_TRANSITION, FallarborTown_PokemonCenter_1F_OnTransition
|
2019-02-22 08:28:32 +01:00
|
|
|
map_script MAP_SCRIPT_ON_RESUME, FallarborTown_PokemonCenter_1F_MapScript1_277C30
|
2017-11-10 02:21:31 +01:00
|
|
|
.byte 0
|
|
|
|
|
2019-04-22 22:31:51 +02:00
|
|
|
FallarborTown_PokemonCenter_1F_OnTransition: @ 8200BD8
|
2018-08-10 16:45:15 +02:00
|
|
|
setrespawn HEAL_LOCATION_FALLARBOR_TOWN
|
2017-11-10 02:21:31 +01:00
|
|
|
call FallarborTown_PokemonCenter_1F_EventScript_2718DE
|
|
|
|
end
|
|
|
|
|
|
|
|
FallarborTown_PokemonCenter_1F_EventScript_200BE1:: @ 8200BE1
|
|
|
|
setvar VAR_0x800B, 1
|
|
|
|
call FallarborTown_PokemonCenter_1F_EventScript_27191E
|
|
|
|
waitmessage
|
|
|
|
waitbuttonpress
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
FallarborTown_PokemonCenter_1F_EventScript_200BEF:: @ 8200BEF
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox FallarborTown_PokemonCenter_1F_Text_200E22, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
FallarborTown_PokemonCenter_1F_EventScript_200BF8:: @ 8200BF8
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox FallarborTown_PokemonCenter_1F_Text_200E8B, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
FallarborTown_PokemonCenter_1F_EventScript_200C01:: @ 8200C01
|
|
|
|
lock
|
|
|
|
faceplayer
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox FallarborTown_PokemonCenter_1F_Text_200C6B, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
closemessage
|
|
|
|
switch VAR_FACING
|
|
|
|
case 2, FallarborTown_PokemonCenter_1F_EventScript_200C28
|
|
|
|
case 3, FallarborTown_PokemonCenter_1F_EventScript_200C38
|
|
|
|
end
|
|
|
|
|
|
|
|
FallarborTown_PokemonCenter_1F_EventScript_200C28:: @ 8200C28
|
|
|
|
applymovement 4, FallarborTown_PokemonCenter_1F_Movement_200C53
|
|
|
|
waitmovement 0
|
|
|
|
goto FallarborTown_PokemonCenter_1F_EventScript_200C48
|
|
|
|
end
|
|
|
|
|
|
|
|
FallarborTown_PokemonCenter_1F_EventScript_200C38:: @ 8200C38
|
|
|
|
applymovement 4, FallarborTown_PokemonCenter_1F_Movement_200C60
|
|
|
|
waitmovement 0
|
|
|
|
goto FallarborTown_PokemonCenter_1F_EventScript_200C48
|
|
|
|
end
|
|
|
|
|
|
|
|
FallarborTown_PokemonCenter_1F_EventScript_200C48:: @ 8200C48
|
|
|
|
playse SE_JIDO_DOA
|
|
|
|
removeobject 4
|
2018-10-19 19:04:47 +02:00
|
|
|
clearflag FLAG_HIDE_LANETTES_HOUSE_LANETTE
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
FallarborTown_PokemonCenter_1F_Movement_200C53: @ 8200C53
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_right
|
|
|
|
walk_down
|
|
|
|
walk_down
|
|
|
|
walk_left
|
|
|
|
walk_left
|
|
|
|
walk_left
|
|
|
|
walk_left
|
|
|
|
walk_down
|
|
|
|
walk_down
|
|
|
|
walk_down
|
|
|
|
walk_down
|
|
|
|
delay_8
|
2017-11-10 02:21:31 +01:00
|
|
|
step_end
|
|
|
|
|
|
|
|
FallarborTown_PokemonCenter_1F_Movement_200C60: @ 8200C60
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_down
|
|
|
|
walk_down
|
|
|
|
walk_left
|
|
|
|
walk_left
|
|
|
|
walk_left
|
|
|
|
walk_down
|
|
|
|
walk_down
|
|
|
|
walk_down
|
|
|
|
walk_down
|
|
|
|
delay_8
|
2017-11-10 02:21:31 +01:00
|
|
|
step_end
|
|
|
|
|
|
|
|
FallarborTown_PokemonCenter_1F_Text_200C6B: @ 8200C6B
|
|
|
|
.string "Oh, hello.\n"
|
|
|
|
.string "You are?\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Okay, your name's {PLAYER}{KUN}.\n"
|
|
|
|
.string "I can see that you're a TRAINER.\p"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "So that means you use the POKéMON\n"
|
|
|
|
.string "Storage System I developed.\p"
|
|
|
|
.string "How I arrived at that conclusion is\n"
|
|
|
|
.string "a simple deductive process.\p"
|
|
|
|
.string "You spoke to me because you wanted\n"
|
|
|
|
.string "to access something on this PC.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Oh, I'm sorry. I'm LANETTE.\p"
|
|
|
|
.string "Honestly, I'm glad to meet you--it's\n"
|
|
|
|
.string "great you're using the Storage System.\p"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "If you could, please visit me at home.\n"
|
|
|
|
.string "My house is on ROUTE 114.$"
|
|
|
|
|
|
|
|
FallarborTown_PokemonCenter_1F_Text_200E22: @ 8200E22
|
|
|
|
.string "I wonder what POKéMON looked like\n"
|
|
|
|
.string "long, long ago?\p"
|
|
|
|
.string "Maybe the FOSSIL MANIAC at the edge\n"
|
|
|
|
.string "of town will know.$"
|
|
|
|
|
|
|
|
FallarborTown_PokemonCenter_1F_Text_200E8B: @ 8200E8B
|
|
|
|
.string "In the fields of FALLARBOR, we plant\n"
|
|
|
|
.string "seedlings of hardy trees that thrive\l"
|
|
|
|
.string "even in volcanic ash.$"
|
|
|
|
|