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

21 lines
447 B
NASM

_VermilionPokecenterText2:: ; 9a4b2 (26:64b2)
_VermilionPokecenterText1:: ; 9a4b2 (26:64b2)
text "Even if they are"
line "the same level,"
cont "#MON can have"
cont "very different"
cont "abilities."
para "A #MON raised"
line "by a trainer is"
cont "stronger than one"
cont "in the wild."
done
_VermilionPokecenterText3:: ; 9a539 (26:6539)
text "My #MON was"
line "poisoned! It"
cont "fainted while we"
cont "were walking!"
done