mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
20 lines
321 B
NASM
20 lines
321 B
NASM
CeladonHotel_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
CeladonHotel_TextPointers:
|
|
dw CeladonHotelText1
|
|
dw CeladonHotelText2
|
|
dw CeladonHotelText3
|
|
|
|
CeladonHotelText1:
|
|
text_far _CeladonHotelText1
|
|
text_end
|
|
|
|
CeladonHotelText2:
|
|
text_far _CeladonHotelText2
|
|
text_end
|
|
|
|
CeladonHotelText3:
|
|
text_far _CeladonHotelText3
|
|
text_end
|