pokered/scripts/SafariZoneEastRestHouse.asm

22 lines
689 B
NASM
Raw Normal View History

SafariZoneEastRestHouse_Script:
2014-05-18 18:19:10 +00:00
call EnableAutoTextBoxDrawing
ret
SafariZoneEastRestHouse_TextPointers:
def_text_pointers
dw_const SafariZoneEastRestHouseScientistText, TEXT_SAFARIZONEEASTRESTHOUSE_SCIENTIST
dw_const SafariZoneEastRestHouseRockerText, TEXT_SAFARIZONEEASTRESTHOUSE_ROCKER
dw_const SafariZoneEastRestHouseSilphWorkerMText, TEXT_SAFARIZONEEASTRESTHOUSE_SILPH_WORKER_M
2014-05-18 18:19:10 +00:00
SafariZoneEastRestHouseScientistText:
text_far _SafariZoneEastRestHouseScientistText
text_end
2014-05-18 18:19:10 +00:00
SafariZoneEastRestHouseRockerText:
text_far _SafariZoneEastRestHouseRockerText
text_end
2014-05-18 18:19:10 +00:00
SafariZoneEastRestHouseSilphWorkerMText:
text_far _SafariZoneEastRestHouseSilphWorkerMText
text_end