mirror of
https://github.com/pret/pokered.git
synced 2026-04-25 07:32:40 -05:00
20 lines
309 B
NASM
Executable File
20 lines
309 B
NASM
Executable File
CeladonHotel_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
CeladonHotel_TextPointers:
|
|
dw CeladonHotelText1
|
|
dw CeladonHotelText2
|
|
dw CeladonHotelText3
|
|
|
|
CeladonHotelText1:
|
|
TX_FAR _CeladonHotelText1
|
|
db "@"
|
|
|
|
CeladonHotelText2:
|
|
TX_FAR _CeladonHotelText2
|
|
db "@"
|
|
|
|
CeladonHotelText3:
|
|
TX_FAR _CeladonHotelText3
|
|
db "@"
|