blob: c91239d8631bccd02dbfeef4b69b2757a69b19e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
OldaleTown_PokemonCenter_1F_MapScripts:: @ 8152F08
map_script MAP_SCRIPT_ON_TRANSITION, OldaleTown_PokemonCenter_1F_MapScript1_152F0E
.byte 0
OldaleTown_PokemonCenter_1F_MapScript1_152F0E:: @ 8152F0E
setrespawn HEAL_LOCATION_OLDALE_TOWN
call Common_EventScript_UpdateBrineyLocation
end
OldaleTown_PokemonCenter_1F_EventScript_152F17:: @ 8152F17
setvar VAR_0x800B, 1
call Common_EventScript_PkmnCenterNurse
waitmessage
waitbuttonpress
release
end
OldaleTown_PokemonCenter_1F_EventScript_152F25:: @ 8152F25
msgbox OldaleTown_PokemonCenter_1F_Text_1748D1, MSGBOX_NPC
end
OldaleTown_PokemonCenter_1F_EventScript_152F2E:: @ 8152F2E
msgbox OldaleTown_PokemonCenter_1F_Text_174945, MSGBOX_NPC
end
OldaleTown_PokemonCenter_1F_EventScript_152F37:: @ 8152F37
lock
faceplayer
goto_if_set FLAG_SYS_POKEDEX_GET, OldaleTown_PokemonCenter_1F_EventScript_152F4C
msgbox OldaleTown_PokemonCenter_1F_Text_1749C0, MSGBOX_DEFAULT
release
end
OldaleTown_PokemonCenter_1F_EventScript_152F4C:: @ 8152F4C
msgbox OldaleTown_PokemonCenter_1F_Text_174A2E, MSGBOX_DEFAULT
release
end
|