pokered/scripts/CeladonHotel.asm

20 lines
321 B
NASM
Raw Normal View History

CeladonHotel_Script:
2014-05-18 18:19:10 +00:00
jp EnableAutoTextBoxDrawing
CeladonHotel_TextPointers:
2014-05-18 18:19:10 +00:00
dw CeladonHotelText1
dw CeladonHotelText2
dw CeladonHotelText3
2016-06-12 00:24:04 +00:00
CeladonHotelText1:
text_far _CeladonHotelText1
text_end
2014-05-18 18:19:10 +00:00
2016-06-12 00:24:04 +00:00
CeladonHotelText2:
text_far _CeladonHotelText2
text_end
2014-05-18 18:19:10 +00:00
2016-06-12 00:24:04 +00:00
CeladonHotelText3:
text_far _CeladonHotelText3
text_end