pokered/text/maps/fuchsia_meeting_room.asm
yenatch 1b9ee46af9 Get rid of globals.asm. Use ::s to export labels between objects.
globals.asm was a hack that:
- gave rgbasm an extra 100k lines to read
- increased reliance on the python preprocessor
- made the makefile a mess
- gave object creation an extra step
- wasn't even necessary

This speeds up build time by at least a third.
2014-01-27 16:24:13 -05:00

27 lines
522 B
NASM

_FuchsiaMeetingRoomText1:: ; a05a1 (28:45a1)
text "We nicknamed the"
line "WARDEN SLOWPOKE."
para "He and SLOWPOKE"
line "both look vacant!"
done
_FuchsiaMeetingRoomText2:: ; a05e6 (28:45e6)
text "SLOWPOKE is very"
line "knowledgeable"
cont "about #MON!"
para "He even has some"
line "fossils of rare,"
cont "extinct #MON!"
done
_FuchsiaMeetingRoomText3:: ; a0642 (28:4642)
text "SLOWPOKE came in,"
line "but I couldn't"
cont "understand him."
para "I think he's got"
line "a speech problem!"
done