diff options
Diffstat (limited to 'text/maps/celadon_prize_room.asm')
-rw-r--r-- | text/maps/celadon_prize_room.asm | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/text/maps/celadon_prize_room.asm b/text/maps/celadon_prize_room.asm index 6b2bb537..f3dc44ee 100644 --- a/text/maps/celadon_prize_room.asm +++ b/text/maps/celadon_prize_room.asm @@ -1,12 +1,15 @@ _CeladonPrizeRoomText1:: - text "I sure do fancy" - line "that PORYGON!" + text "Ich hätte gerne" + line "einen PORYGON!" - para "But, it's hard to" - line "win at slots!" + para "Aber ich habe" + line "kein Glück an" + cont "den einarmigen" + cont "Banditen!" done _CeladonPrizeRoomText2:: - text "I had a major" - line "haul today!" + text "Ich hatte" + line "heute eine" + cont "Glückssträhne!" done |