pokered/scripts/SafariZoneCenter.asm

17 lines
539 B
NASM
Raw Permalink Normal View History

SafariZoneCenter_Script:
2014-05-18 18:19:10 +00:00
jp EnableAutoTextBoxDrawing
SafariZoneCenter_TextPointers:
def_text_pointers
dw_const PickUpItemText, TEXT_SAFARIZONECENTER_NUGGET
dw_const SafariZoneCenterRestHouseSignText, TEXT_SAFARIZONECENTER_REST_HOUSE_SIGN
dw_const SafariZoneCenterTrainerTipsSignText, TEXT_SAFARIZONECENTER_TRAINER_TIPS_SIGN
2014-05-18 18:19:10 +00:00
SafariZoneCenterRestHouseSignText:
text_far _SafariZoneCenterRestHouseSignText
text_end
2014-05-18 18:19:10 +00:00
SafariZoneCenterTrainerTipsSignText:
text_far _SafariZoneCenterTrainerTipsSignText
text_end