summaryrefslogtreecommitdiff
path: root/scripts/undergroundpathentranceroute5.asm
blob: 18707c4aa900681a57f726d0773d2405a77edf05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
UndergroundPathEntranceRoute5Script:
	ld a, ROUTE_5
	ld [wLastMap], a
	ret

UndergroundPathEntranceRoute5_5d6af:
	db "@"

UndergroundPathEntranceRoute5TextPointers:
	dw UndergroundPathEntranceRoute5Text1

UndergroundPathEntranceRoute5Text1:
	TX_ASM
	ld a, $9
	ld [wWhichTrade], a
	predef DoInGameTradeDialogue
	ld hl, UndergroundPathEntranceRoute5_5d6af
	ret