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

14 lines
293 B
NASM

_RockTunnelPokecenterText1:: ; 8c2c0 (23:42c0)
text "The element types"
line "of #MON make"
cont "them stronger"
cont "than some types"
cont "and weaker than"
cont "others!"
done
_RockTunnelPokecenterText3:: ; 8c316 (23:4316)
text "I sold a useless"
line "NUGGET for ¥5000!"
done