pokered/text/maps/hall_of_fame.asm

34 lines
583 B
NASM
Raw Normal View History

_HallofFameRoomText1:: ; 85fb5 (21:5fb5)
2014-01-22 21:18:39 +00:00
text "OAK: Er-hem!"
2014-10-10 07:46:06 +00:00
IF DEF(_YELLOW)
line "Congratulations,"
ELSE
2014-01-22 21:18:39 +00:00
line "Congratulations"
2014-10-10 07:46:06 +00:00
ENDC
2014-01-22 21:18:39 +00:00
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