blob: fd3c51e35c87030e3d817dbd1df0fecb69b18c28 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 | Route2TradeHouse_Script:
	jp EnableAutoTextBoxDrawing
Route2TradeHouse_TextPointers:
	dw Route2HouseText1
	dw Route2HouseText2
Route2HouseText1:
	text_far _Route2HouseText1
	text_end
Route2HouseText2:
	text_asm
	ld a, $1
	ld [wWhichTrade], a
	predef DoInGameTradeDialogue
	jp TextScriptEnd
 |