pokered/scripts/route2house.asm
U-Daniel-PC\Daniel 8431fa7756 TX_ASM
2015-07-03 14:58:50 -05:00

17 lines
343 B
NASM
Executable file

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)
TX_ASM
ld a, $1
ld [wWhichTrade], a
predef DoInGameTradeDialogue
jp TextScriptEnd