diff options
Diffstat (limited to 'text/maps/fujis_house.asm')
-rw-r--r-- | text/maps/fujis_house.asm | 110 |
1 files changed, 62 insertions, 48 deletions
diff --git a/text/maps/fujis_house.asm b/text/maps/fujis_house.asm index 7c61d1ed..b7eb4b4a 100644 --- a/text/maps/fujis_house.asm +++ b/text/maps/fujis_house.asm @@ -1,85 +1,99 @@ _LavenderHouse1Text_1d8d1:: - text "That's odd, MR.FUJI" - line "isn't here." - cont "Where'd he go?" + text "MR. FUJI ist" + line "nicht zu Hause." + cont "Wohin mag er" + cont "gegangen sein?" done _LavenderHouse1Text_1d8d6:: - text "MR.FUJI had been" - line "praying alone for" - cont "CUBONE's mother." + text "MR. FUJI hat oft" + line "für TRAGOSSOS" + cont "Mutter gebetet." done _LavenderHouse1Text_1d8f4:: - text "This is really" - line "MR.FUJI's house." + text "Das hier ist" + line "MR. FUJIS Haus." - para "He's really kind!" + para "Er ist sehr" + line "fürsorglich!" - para "He looks after" - line "abandoned and" - cont "orphaned #MON!" + para "Er kümmert sich" + line "um ausgesetzte" + cont "und verwaiste" + cont "#MON!" done _LavenderHouse1Text_1d8f9:: - text "It's so warm!" - line "#MON are so" - cont "nice to hug!" + text "Sie sind so" + line "putzig! #MON" + cont "sind wunderbare" + cont "Schmusetiere!" done _LavenderHouse1Text3:: - text "PSYDUCK: Gwappa!@@" + text "ENTON: Quacka!@@" _LavenderHouse1Text4:: - text "NIDORINO: Gaoo!@@" + text "NIDORINO: Nido!@@" _LavenderHouse1Text_1d94c:: - text "MR.FUJI: ", $52, "." - - para "Your #DEX quest" - line "may fail without" - cont "love for your" - cont "#MON." - - para "I think this may" - line "help your quest." + text "MR.FUJI: <PLAYER>!" + + para "Du kannst Deinen" + line "#DEX nicht" + cont "vollenden, wenn" + cont "Du Deinen #MON" + cont "nicht genügend" + cont "Liebe und Respekt" + cont "entgegenbringst." + + para "Dies wird Dir bei" + line "Deinem Abenteuer" + cont "helfen." prompt _ReceivedFluteText:: - text $52, " received" - line "a @" - TX_RAM wcf4b + text "<PLAYER> erhält" + line "eine @" + TX_RAM wcf50 text "!@@" _FluteExplanationText:: - db $0 - para "Upon hearing #" - line "FLUTE, sleeping" - cont "#MON will" - cont "spring awake." - - para "It works on all" - line "sleeping #MON." + text "" + + para "Schlafende" + line "#MON wachen" + cont "auf, wenn sie" + cont "das Spiel der" + cont "#FLÖTE hören!" + + para "Du kannst damit" + line "alle schlafenden" + cont "#MON wecken!" done _FluteNoRoomText:: - text "You must make" - line "room for this!" + text "Du hast keinen" + line "Platz für weitere" + cont "Items!" done _MrFujiAfterFluteText:: - text "MR.FUJI: Has my" - line "FLUTE helped you?" + text "MR. FUJI: War die" + line "FLÖTE schon von" + cont "Nutzen für Dich?" done _LavenderHouse1Text6:: - text "#MON Monthly" - line "Grand Prize" - cont "Drawing!" + text "GROSSES" + line "#MON-" + cont "GEWINNSPIEL!" - para "The application" - line "form is..." + para "Es sind keine" + line "Teilnahmekarten" + cont "mehr vorhanden!" - para "Gone! It's been" - line "clipped out!" + para "Sie wurden alle" + line "abgeschickt!" done |