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

24 lines
450 B
NASM

_VermilionMartText2:: ; 9a9c1 (26:69c1)
text "There are evil"
line "people who will"
cont "use #MON for"
cont "criminal acts."
para "TEAM ROCKET"
line "traffics in rare"
cont "#MON."
para "They also abandon"
line "#MON that they"
cont "consider not to"
cont "be popular or"
cont "useful."
done
_VermilionMartText3:: ; 9aa67 (26:6a67)
text "I think #MON"
line "can be good or"
cont "evil. It depends"
cont "on the trainer."
done