mirror of
https://github.com/pret/pokered.git
synced 2026-04-21 06:32:06 -05:00
21 lines
326 B
NASM
Executable File
21 lines
326 B
NASM
Executable File
CeladonChiefHouse_Script:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
CeladonChiefHouse_TextPointers:
|
|
dw CeladonHouseText1
|
|
dw CeladonHouseText2
|
|
dw CeladonHouseText3
|
|
|
|
CeladonHouseText1:
|
|
TX_FAR _CeladonHouseText1
|
|
db "@"
|
|
|
|
CeladonHouseText2:
|
|
TX_FAR _CeladonHouseText2
|
|
db "@"
|
|
|
|
CeladonHouseText3:
|
|
TX_FAR _CeladonHouseText3
|
|
db "@"
|