pokered/text/maps/hall_of_fame.asm
2014-10-10 01:46:06 -06:00

33 lines
583 B
NASM

_HallofFameRoomText1:: ; 85fb5 (21:5fb5)
text "OAK: Er-hem!"
IF DEF(_YELLOW)
line "Congratulations,"
ELSE
line "Congratulations"
ENDC
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