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

45 lines
710 B
NASM

_Museum2FYoungsterText::
text "MOON STONE?"
para "What's so special"
line "about it?"
done
_Museum2FGrampsText::
text "July 20, 1969!"
para "The 1st lunar"
line "landing!"
para "I bought a color"
line "TV to watch it!"
done
_Museum2FScientistText::
text "We have a space"
line "exhibit now."
done
_Museum2FBrunetteGirlText::
text "I want a PIKACHU!"
line "It's so cute!"
para "I asked my Daddy"
line "to catch me one!"
done
_Museum2FHikerText::
text "Yeah, a PIKACHU"
line "soon, I promise!"
done
_Museum2FSpaceShuttleSignText::
text "SPACE SHUTTLE"
line "COLUMBIA"
done
_Museum2FMoonStoneSignText::
text "Meteorite that"
line "fell on MT.MOON."
cont "(MOON STONE?)"
done