blob: 3518bd8f43430000611776a8a0fa80c8a9e42c0c (
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
|
RockTunnelPokecenterScript: ; 493ba (12:53ba)
call Serial_TryEstablishingExternallyClockedConnection
jp EnableAutoTextBoxDrawing
RockTunnelPokecenterTextPointers: ; 493c0 (12:53c0)
dw RockTunnelPokecenterText1
dw RockTunnelPokecenterText2
dw RockTunnelPokecenterText3
dw RockTunnelPokecenterText4
dw RockTunnelPokecenterText5
RockTunnelPokecenterText1: ; 493c8 (12:53c8)
TX_POKECENTER_NURSE
RockTunnelPokecenterText2: ; 493c9 (12:53c9)
TX_FAR _RockTunnelPokecenterText1
db "@"
RockTunnelPokecenterText3: ; 493ce (12:53ce)
TX_FAR _RockTunnelPokecenterText3
db "@"
RockTunnelPokecenterText4: ; 493d3 (12:53d3)
TX_CABLE_CLUB_RECEPTIONIST
RockTunnelPokecenterText5:
TX_ASM
callab PokecenterChanseyText
jp TextScriptEnd
|