blob: 6661a61eb6f7a457f42477c97af935ca418f14ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
TwoIsland_PokemonCenter_1F_MapScripts:: @ 81717B4
map_script MAP_SCRIPT_ON_TRANSITION, TwoIsland_PokemonCenter_1F_OnTransition
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
.byte 0
TwoIsland_PokemonCenter_1F_OnTransition:: @ 81717BF
setrespawn SPAWN_TWO_ISLAND
end
TwoIsland_PokemonCenter_1F_EventScript_1717C3:: @ 81717C3
lock
faceplayer
call EventScript_PkmnCenterNurse
release
end
TwoIsland_PokemonCenter_1F_EventScript_1717CC:: @ 81717CC
msgbox gUnknown_81A2E59, MSGBOX_NPC
end
TwoIsland_PokemonCenter_1F_EventScript_1717D5:: @ 81717D5
msgbox gUnknown_81A2EBE, MSGBOX_NPC
end
|