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

23 lines
444 B
NASM

_CinnabarPokecenterText2:: ; a12de (28:52de)
_CinnabarPokecenterText1:: ; a12de (28:52de)
text "You can cancel"
line "evolution."
para "When a #MON is"
line "evolving, you can"
cont "stop it and leave"
cont "it the way it is."
done
_CinnabarPokecenterText3:: ; a133e (28:533e)
text "Do you have any"
line "friends?"
para "#MON you get"
line "in trades grow"
cont "very quickly."
para "I think it's"
line "worth a try!"
done