pokered/scripts/route2house.asm

18 lines
349 B
NASM
Raw Normal View History

2014-05-18 18:19:10 +00:00
Route2HouseScript: ; 1deed (7:5eed)
jp EnableAutoTextBoxDrawing
Route2HouseTextPointers: ; 1def0 (7:5ef0)
dw Route2HouseText1
dw Route2HouseText2
Route2HouseText1: ; 1def4 (7:5ef4)
TX_FAR _Route2HouseText1
db "@"
Route2HouseText2: ; 1def9 (7:5ef9)
db $08 ; asm
ld a, $1
ld [wWhichTrade], a
2015-02-07 10:43:08 +00:00
predef DoInGameTradeDialogue
2014-05-18 18:19:10 +00:00
jp TextScriptEnd