pokered/scripts/SafariZoneEast.asm
vulcandth d001ced41b
Add macros, constants, and labels for map scripts and text (#367)
This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
2023-07-13 21:27:56 -04:00

24 lines
859 B
NASM

SafariZoneEast_Script:
jp EnableAutoTextBoxDrawing
SafariZoneEast_TextPointers:
def_text_pointers
dw_const PickUpItemText, TEXT_SAFARIZONEEAST_FULL_RESTORE
dw_const PickUpItemText, TEXT_SAFARIZONEEAST_MAX_RESTORE
dw_const PickUpItemText, TEXT_SAFARIZONEEAST_CARBOS
dw_const PickUpItemText, TEXT_SAFARIZONEEAST_TM_EGG_BOMB
dw_const SafariZoneEastRestHouseSignText, TEXT_SAFARIZONEEAST_REST_HOUSE_SIGN
dw_const SafariZoneEastTrainerTipsText, TEXT_SAFARIZONEEAST_TRAINER_TIPS
dw_const SafariZoneEastSignText, TEXT_SAFARIZONEEAST_SIGN
SafariZoneEastRestHouseSignText:
text_far _SafariZoneEastRestHouseSignText
text_end
SafariZoneEastTrainerTipsText:
text_far _SafariZoneEastTrainerTipsText
text_end
SafariZoneEastSignText:
text_far _SafariZoneEastSignText
text_end