summaryrefslogtreecommitdiff
path: root/data/maps/VermilionCity_PokemonCenter_1F/scripts.inc
blob: 5f4338101e736b5c8fe9088f8fde9da512c3600b (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
VermilionCity_PokemonCenter_1F_MapScripts:: @ 816B424
	map_script MAP_SCRIPT_ON_TRANSITION, VermilionCity_PokemonCenter_1F_OnTransition
	map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
	.byte 0

VermilionCity_PokemonCenter_1F_OnTransition:: @ 816B42F
	setrespawn SPAWN_VERMILION_CITY
	end

VermilionCity_PokemonCenter_1F_EventScript_Nurse:: @ 816B433
	lock
	faceplayer
	call EventScript_PkmnCenterNurse
	release
	end

VermilionCity_PokemonCenter_1F_EventScript_Man:: @ 816B43C
	msgbox VermilionCity_PokemonCenter_1F_Text_PoisonedMonFaintedWhileWalking, MSGBOX_NPC
	end

VermilionCity_PokemonCenter_1F_EventScript_Hiker:: @ 816B445
	msgbox VermilionCity_PokemonCenter_1F_Text_TrainerMonsStrongerThanWild, MSGBOX_NPC
	end

VermilionCity_PokemonCenter_1F_EventScript_Youngster:: @ 816B44E
	msgbox VermilionCity_PokemonCenter_1F_Text_AllMonWeakToSpecificTypes, MSGBOX_NPC
	end