pokered/text/CinnabarLab.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

29 lines
483 B
NASM

_CinnabarLabFishingGuruText::
text "We study #MON"
line "extensively here."
para "People often bring"
line "us rare #MON"
cont "for examination."
done
_CinnabarLabPhotoText::
text "A photo of the"
line "LAB's founder,"
cont "DR.FUJI!"
done
_CinnabarLabMeetingRoomSignText::
text "#MON LAB"
line "Meeting Room"
done
_CinnabarLabRAndDSignText::
text "#MON LAB"
line "R-and-D Room"
done
_CinnabarLabTestingRoomSignText::
text "#MON LAB"
line "Testing Room"
done