blob: febc21f82e854deb09c2773655afc0e0177eadb8 (
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
|
CeladonPokecenter_Script:
call Serial_TryEstablishingExternallyClockedConnection
jp EnableAutoTextBoxDrawing
CeladonPokecenter_TextPointers:
dw CeladonHealNurseText
dw CeladonPokecenterText2
dw CeladonPokecenterText3
dw CeladonTradeNurseText
dw CeladonPokecenterText5
CeladonTradeNurseText:
script_cable_club_receptionist
CeladonHealNurseText:
script_pokecenter_nurse
CeladonPokecenterText2:
text_far _CeladonPokecenterText2
text_end
CeladonPokecenterText3:
text_far _CeladonPokecenterText3
text_end
CeladonPokecenterText5:
text_asm
callfar PokecenterChanseyText
jp TextScriptEnd
|