mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-12 05:35:36 -05:00
20 lines
307 B
NASM
Executable File
20 lines
307 B
NASM
Executable File
CeladonHotelScript:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
CeladonHotelTextPointers:
|
|
dw CeladonHotelText1
|
|
dw CeladonHotelText2
|
|
dw CeladonHotelText3
|
|
|
|
CeladonHotelText1:
|
|
TX_FAR _CeladonHotelText1
|
|
db "@"
|
|
|
|
CeladonHotelText2:
|
|
TX_FAR _CeladonHotelText2
|
|
db "@"
|
|
|
|
CeladonHotelText3:
|
|
TX_FAR _CeladonHotelText3
|
|
db "@"
|