blob: 3b3da387cdf6bad5f67f86b9f4a6d5bca5d1d9ff (
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
 | RockTunnelPokecenter_Script:
	call Serial_TryEstablishingExternallyClockedConnection
	jp EnableAutoTextBoxDrawing
RockTunnelPokecenter_TextPointers:
	dw RockTunnelHealNurseText
	dw RockTunnelPokecenterText2
	dw RockTunnelPokecenterText3
	dw RockTunnelTradeNurseText
	dw RockTunnelPokecenterText5
RockTunnelHealNurseText:
	script_pokecenter_nurse
RockTunnelPokecenterText2:
	text_far _RockTunnelPokecenterText2
	text_end
RockTunnelPokecenterText3:
	text_far _RockTunnelPokecenterText3
	text_end
RockTunnelTradeNurseText:
	script_cable_club_receptionist
RockTunnelPokecenterText5:
	text_asm
	callfar PokecenterChanseyText
	jp TextScriptEnd
 |