mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
18 lines
306 B
NASM
Executable file
18 lines
306 B
NASM
Executable file
CeruleanTradeHouse_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
CeruleanTradeHouse_TextPointers:
|
|
dw CeruleanHouse1Text1
|
|
dw CeruleanHouse1Text2
|
|
|
|
CeruleanHouse1Text1:
|
|
TX_FAR _CeruleanHouse1Text1
|
|
db "@"
|
|
|
|
CeruleanHouse1Text2:
|
|
TX_ASM
|
|
ld a, $6
|
|
ld [wWhichTrade], a
|
|
predef DoInGameTradeDialogue
|
|
jp TextScriptEnd
|