blob: c0655f948940adc5afc853b592f602c2c39e420a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
MossdeepCity_PokemonCenter_1F_MapScripts:: @ 815A8D0
map_script MAP_SCRIPT_ON_TRANSITION, MossdeepCity_PokemonCenter_1F_MapScript1_15A8D6
.byte 0
MossdeepCity_PokemonCenter_1F_MapScript1_15A8D6:: @ 815A8D6
setrespawn HEAL_LOCATION_MOSSDEEP_CITY
end
MossdeepCity_PokemonCenter_1F_EventScript_15A8DA:: @ 815A8DA
setvar VAR_0x800B, 1
call Common_EventScript_PkmnCenterNurse
waitmessage
waitbuttonpress
release
end
MossdeepCity_PokemonCenter_1F_EventScript_15A8E8:: @ 815A8E8
msgbox MossdeepCity_PokemonCenter_1F_Text_18D62F, MSGBOX_NPC
end
MossdeepCity_PokemonCenter_1F_EventScript_15A8F1:: @ 815A8F1
msgbox MossdeepCity_PokemonCenter_1F_Text_18D69A, MSGBOX_NPC
end
|