pokered/scripts/SafariZoneNorth.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

32 lines
1 KiB
NASM

SafariZoneNorth_Script:
jp EnableAutoTextBoxDrawing
SafariZoneNorth_TextPointers:
def_text_pointers
dw_const PickUpItemText, TEXT_SAFARIZONENORTH_PROTEIN
dw_const PickUpItemText, TEXT_SAFARIZONENORTH_TM_SKULL_BASH
dw_const SafariZoneNorthRestHouseSignText, TEXT_SAFARIZONENORTH_REST_HOUSE_SIGN
dw_const SafariZoneNorthTrainerTips1Text, TEXT_SAFARIZONENORTH_TRAINER_TIPS_1
dw_const SafariZoneNorthSignText, TEXT_SAFARIZONENORTH_SIGN
dw_const SafariZoneNorthTrainerTips2Text, TEXT_SAFARIZONENORTH_TRAINER_TIPS_2
dw_const SafariZoneNorthTrainerTips3Text, TEXT_SAFARIZONENORTH_TRAINER_TIPS_3
SafariZoneNorthRestHouseSignText:
text_far _SafariZoneNorthRestHouseSignText
text_end
SafariZoneNorthTrainerTips1Text:
text_far _SafariZoneNorthTrainerTips1Text
text_end
SafariZoneNorthSignText:
text_far _SafariZoneNorthSignText
text_end
SafariZoneNorthTrainerTips2Text:
text_far _SafariZoneNorthTrainerTips2Text
text_end
SafariZoneNorthTrainerTips3Text:
text_far _SafariZoneNorthTrainerTips3Text
text_end