pokered/scripts/SafariZoneNorthRestHouse.asm

22 lines
736 B
NASM
Raw Normal View History

SafariZoneNorthRestHouse_Script:
2014-05-18 18:19:10 +00:00
call EnableAutoTextBoxDrawing
ret
SafariZoneNorthRestHouse_TextPointers:
def_text_pointers
dw_const SafariZoneNorthRestHouseScientistText, TEXT_SAFARIZONENORTHRESTHOUSE_SCIENTIST
dw_const SafariZoneNorthRestHouseSafariZoneWorkerText, TEXT_SAFARIZONENORTHRESTHOUSE_SAFARI_ZONE_WORKER
dw_const SafariZoneNorthRestHouseGentlemanText, TEXT_SAFARIZONENORTHRESTHOUSE_GENTLEMAN
2014-05-18 18:19:10 +00:00
SafariZoneNorthRestHouseScientistText:
text_far _SafariZoneNorthRestHouseScientistText
text_end
2014-05-18 18:19:10 +00:00
SafariZoneNorthRestHouseSafariZoneWorkerText:
text_far _SafariZoneNorthRestHouseSafariZoneWorkerText
text_end
2014-05-18 18:19:10 +00:00
SafariZoneNorthRestHouseGentlemanText:
text_far _SafariZoneNorthRestHouseGentlemanText
text_end