summaryrefslogtreecommitdiff
path: root/scripts/celadonpokecenter.asm
blob: 4ff71c43f3462fbf34080892d98d635288372e4b (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
CeladonPokecenterScript: ; 488b8 (12:48b8)
	call Serial_TryEstablishingExternallyClockedConnection
	jp EnableAutoTextBoxDrawing

CeladonPokecenterTextPointers: ; 488be (12:48be)
	dw CeladonPokecenterText1
	dw CeladonPokecenterText2
	dw CeladonPokecenterText3
	dw CeladonPokecenterText4
	dw CeladonPokecenterText5

CeladonPokecenterText4: ; 488c6 (12:48c6)
	TX_CABLE_CLUB_RECEPTIONIST

CeladonPokecenterText1: ; 488c7 (12:48c7)
	TX_POKECENTER_NURSE

CeladonPokecenterText2: ; 488c8 (12:48c8)
	TX_FAR _CeladonPokecenterText2
	db "@"

CeladonPokecenterText3: ; 488cd (12:48cd)
	TX_FAR _CeladonPokecenterText3
	db "@"

CeladonPokecenterText5:
	TX_ASM
	callab PokecenterChanseyText
	jp TextScriptEnd