mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-12 13:49:42 -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 "@"
|