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

26 lines
504 B
NASM

_IndigoPlateauLobbyText1:: ; a13f0 (28:53f0)
text "Yo! Champ in"
line "making!"
para "At #MON LEAGUE,"
line "you have to face"
cont "the ELITE FOUR in"
cont "succession."
para "If you lose, you"
line "have to start all"
cont "over again! This"
cont "is it! Go for it!"
done
_IndigoPlateauLobbyText3:: ; a148b (28:548b)
text "From here on, you"
line "face the ELITE"
cont "FOUR one by one!"
para "If you win, a"
line "door opens to the"
cont "next trainer!"
cont "Good luck!"
done