summaryrefslogtreecommitdiff
path: root/text/maps/hall_of_fame.asm
blob: 6c5dd40e52a962244642254e5e28c3873495642a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
_HallofFameRoomText1::
	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