mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-09 12:22:04 -05:00
32 lines
478 B
NASM
Executable File
32 lines
478 B
NASM
Executable File
CeladonDinerScript:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
CeladonDinerTextPointers:
|
|
dw CeladonDinerText1
|
|
dw CeladonDinerText2
|
|
dw CeladonDinerText3
|
|
dw CeladonDinerText4
|
|
dw CeladonDinerText5
|
|
|
|
CeladonDinerText1:
|
|
TX_FAR _CeladonDinerText1
|
|
db "@"
|
|
|
|
CeladonDinerText2:
|
|
TX_FAR _CeladonDinerText2
|
|
db "@"
|
|
|
|
CeladonDinerText3:
|
|
TX_FAR _CeladonDinerText3
|
|
db "@"
|
|
|
|
CeladonDinerText4:
|
|
TX_FAR _CeladonDinerText4
|
|
db "@"
|
|
|
|
CeladonDinerText5:
|
|
TX_ASM
|
|
callab Func_f1f31
|
|
jp TextScriptEnd
|