diff options
Diffstat (limited to 'de/text/maps/route_23.asm')
-rw-r--r-- | de/text/maps/route_23.asm | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/de/text/maps/route_23.asm b/de/text/maps/route_23.asm new file mode 100644 index 00000000..ec6e6a84 --- /dev/null +++ b/de/text/maps/route_23.asm @@ -0,0 +1,44 @@ +_VictoryRoadGuardText1:: + text "Du darfst nur" + line "mit dem" + cont "@" + TX_RAM wcd6d + text "" + cont "passieren!" + + para "Du besitzt den" + line "@" + TX_RAM wcd6d + text " noch" + cont "nicht!" + + para "Nur wer ihn" + line "trägt, darf in" + cont "die PKMN-LIGA!@@" + +_VictoryRoadGuardText2:: + text "Du darfst nur" + line "passieren, wenn" + cont "Du bereits den" + cont "@" + TX_RAM wcd6d + text "" + cont "besitzt!" + + para "Wunderbar!" + line "Du trägst den" + cont "@" + TX_RAM wcd6d + text "!@@" + +_VictoryRoadGuardText_513a3:: + text "" + + para "OK, setze" + line "Deinen Weg fort!" + done + +_Route23Text8:: + text "SIEGESSTRASSE" + line "- PKMN-LIGA" + done |