summaryrefslogtreecommitdiff
path: root/engine/events/pokecenter_chansey.asm
blob: d7c3a95b4fd671a4513168e09cccd085e469a7d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
PokecenterChanseyText::
	ld hl, NurseChanseyText
	call PrintText
	ld a, CHANSEY
	call PlayCry
	call WaitForSoundToFinish
	ret

NurseChanseyText:
	text_far _NurseChanseyText
	text_end