shithub: pokered

ref: 6a322227fdd1e08a1cc6ae8f02682a3e5bb62673
dir: /text/maps/hall_of_fame.asm/

View raw version
_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