mirror of
https://github.com/pret/pokeyellow.git
synced 2024-11-23 05:49:57 +00:00
d001ced41b
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.
25 lines
859 B
NASM
25 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
|