mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
18 lines
293 B
NASM
Executable file
18 lines
293 B
NASM
Executable file
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
|