pokered/scripts/SafariZoneCenterRestHouse.asm

16 lines
492 B
NASM
Raw Normal View History

SafariZoneCenterRestHouse_Script:
2014-05-18 18:19:10 +00:00
jp EnableAutoTextBoxDrawing
SafariZoneCenterRestHouse_TextPointers:
def_text_pointers
dw_const SafariZoneCenterRestHouseGirlText, TEXT_SAFARIZONECENTERRESTHOUSE_GIRL
dw_const SafariZoneCenterRestHouseScientistText, TEXT_SAFARIZONECENTERRESTHOUSE_SCIENTIST
2014-05-18 18:19:10 +00:00
SafariZoneCenterRestHouseGirlText:
text_far _SafariZoneCenterRestHouseGirlText
text_end
2014-05-18 18:19:10 +00:00
SafariZoneCenterRestHouseScientistText:
text_far _SafariZoneCenterRestHouseScientistText
text_end