summaryrefslogtreecommitdiff
path: root/de/text/maps/hall_of_fame.asm
blob: 12a8d0d0c9f15446432756e4fa1e46cead880354 (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
29
30
31
32
33
_HallofFameRoomText1::
	text "EICH: Herzlichen"
	line "Glückwunsch,"
	cont "<PLAYER>!"

	para "Das hier ist die"
	line "#MON-"
	cont "RUHMESHALLE!"

	para "Alle Champions"
	line "der PKMN-LIGA"
	cont "werden hier für"
	cont "ihre Heldentaten"
	cont "ausgezeichnet!"

	para "Zusätzlich werden"
	line "hier all ihre"
	cont "#MON geehrt!"

	para "<PLAYER>!"
	line "Du hast hart"
	cont "gekämpft und die"
	cont "Herausforderungen"
	cont "der PKMN-LIGA"
	cont "bestanden!"

	para "<PLAYER>!  Du"
	line "wirst gemeinsam"
	cont "mit Deinen"
	cont "#MON in der"
	cont "RUHMESHALLE"
	cont "verewigt!"
	done