mirror of
https://github.com/pret/pokered.git
synced 2026-04-24 15:08:51 -05:00
21 lines
314 B
NASM
Executable File
21 lines
314 B
NASM
Executable File
CeladonHouseScript:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
CeladonHouseTextPointers:
|
|
dw CeladonHouseText1
|
|
dw CeladonHouseText2
|
|
dw CeladonHouseText3
|
|
|
|
CeladonHouseText1:
|
|
TX_FAR _CeladonHouseText1
|
|
db "@"
|
|
|
|
CeladonHouseText2:
|
|
TX_FAR _CeladonHouseText2
|
|
db "@"
|
|
|
|
CeladonHouseText3:
|
|
TX_FAR _CeladonHouseText3
|
|
db "@"
|