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

29 lines
532 B
NASM

_HallofFameRoomText1:: ; 85fb5 (21:5fb5)
text "OAK: Er-hem!"
line "Congratulations"
cont $52, "!"
para "This floor is the"
line "#MON HALL OF"
cont "FAME!"
para "#MON LEAGUE"
line "champions are"
cont "honored for their"
cont "exploits here!"
para "Their #MON are"
line "also recorded in"
cont "the HALL OF FAME!"
para $52, "! You have"
line "endeavored hard"
cont "to become the new"
cont "LEAGUE champion!"
para "Congratulations,"
line $52, ", you and"
cont "your #MON are"
cont "HALL OF FAMERs!"
done