pokered/scripts/lab2.asm

26 lines
320 B
NASM
Raw Normal View History

2016-06-12 00:24:04 +00:00
Lab2Script:
2014-05-18 18:19:10 +00:00
jp EnableAutoTextBoxDrawing
2016-06-12 00:24:04 +00:00
Lab2TextPointers:
2014-05-18 18:19:10 +00:00
dw Lab2Text1
dw Lab2Text2
dw Lab2Text3
2016-06-12 00:24:04 +00:00
Lab2Text1:
2014-05-18 18:19:10 +00:00
TX_FAR _Lab2Text1
db "@"
2016-06-12 00:24:04 +00:00
Lab2Text2:
2015-07-03 19:58:50 +00:00
TX_ASM
2014-05-18 18:19:10 +00:00
ld a, $7
ld [wWhichTrade], a
jr Lab2DoTrade
2014-05-18 18:19:10 +00:00
2016-06-12 00:24:04 +00:00
Lab2Text3:
2015-07-03 19:58:50 +00:00
TX_ASM
2014-05-18 18:19:10 +00:00
ld a, $8
ld [wWhichTrade], a
2016-06-12 00:24:04 +00:00
Lab2DoTrade:
2015-02-07 10:43:08 +00:00
predef DoInGameTradeDialogue
2014-05-18 18:19:10 +00:00
jp TextScriptEnd