blob: b9d73bc182c1afade539a649139939b5f617eaf0 (
plain) (
blame)
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
30
|
CeladonPokecenter_Script:
call Serial_TryEstablishingExternallyClockedConnection
jp EnableAutoTextBoxDrawing
CeladonPokecenter_TextPointers:
def_text_pointers
dw_const CeladonPokecenterNurseText, TEXT_CELADONPOKECENTER_NURSE
dw_const CeladonPokecenterGentlemanText, TEXT_CELADONPOKECENTER_GENTLEMAN
dw_const CeladonPokecenterBeautyText, TEXT_CELADONPOKECENTER_BEAUTY
dw_const CeladonPokecenterLinkReceptionistText, TEXT_CELADONPOKECENTER_LINK_RECEPTIONIST
dw_const CeladonPokecenterChanseyText, TEXT_CELADONPOKECENTER_CHANSEY
CeladonPokecenterLinkReceptionistText:
script_cable_club_receptionist
CeladonPokecenterNurseText:
script_pokecenter_nurse
CeladonPokecenterGentlemanText:
text_far _CeladonPokecenterGentlemanText
text_end
CeladonPokecenterBeautyText:
text_far _CeladonPokecenterBeautyText
text_end
CeladonPokecenterChanseyText:
text_asm
callfar PokecenterChanseyText
jp TextScriptEnd
|