pokered/scripts/ceruleanhouse1.asm

18 lines
364 B
NASM
Raw Normal View History

2014-05-18 18:19:10 +00:00
CeruleanHouse1Script: ; 1d6f6 (7:56f6)
jp EnableAutoTextBoxDrawing
CeruleanHouse1TextPointers: ; 1d6f9 (7:56f9)
dw CeruleanHouse1Text1
dw CeruleanHouse1Text2
CeruleanHouse1Text1: ; 1d6fd (7:56fd)
TX_FAR _CeruleanHouse1Text1
db "@"
CeruleanHouse1Text2: ; 1d702 (7:5702)
2015-07-03 19:58:50 +00:00
TX_ASM
2014-05-18 18:19:10 +00:00
ld a, $6
ld [wWhichTrade], a
2015-02-07 10:43:08 +00:00
predef DoInGameTradeDialogue
2014-05-18 18:19:10 +00:00
jp TextScriptEnd