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

26 lines
503 B
NASM

_FuchsiaMeetingRoomSafariZoneWorker1::
text "We nicknamed the"
line "WARDEN SLOWPOKE."
para "He and SLOWPOKE"
line "both look vacant!"
done
_FuchsiaMeetingRoomSafariZoneWorker2::
text "SLOWPOKE is very"
line "knowledgeable"
cont "about #MON!"
para "He even has some"
line "fossils of rare,"
cont "extinct #MON!"
done
_FuchsiaMeetingRoomSafariZoneWorker3::
text "SLOWPOKE came in,"
line "but I couldn't"
cont "understand him."
para "I think he's got"
line "a speech problem!"
done