diff options
Diffstat (limited to 'de/text/maps/celadon_dept_store_1f.asm')
-rw-r--r-- | de/text/maps/celadon_dept_store_1f.asm | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/de/text/maps/celadon_dept_store_1f.asm b/de/text/maps/celadon_dept_store_1f.asm new file mode 100644 index 00000000..3ea82996 --- /dev/null +++ b/de/text/maps/celadon_dept_store_1f.asm @@ -0,0 +1,33 @@ +_CeladonMart1Text1:: + text "Willkommen im" + line "EINKAUFSZENTRUM" + cont "von PRISMANIA" + cont "CITY!" + + para "Auf der Tafel" + line "rechts findest Du" + cont "eine Übersicht." + done + +_CeladonMart1Text2:: + text "EG: KUNDEN-" + line "INFORMATION" + + para "S1: UTENSILIEN" + line "FÜR TRAINER" + + para "S2: VIDEOSPIELE" + + para "S3: GESCHENK-" + line "ARTIKEL" + + para "S4: DROGERIE" + + para "DACHGARTEN:" + line "AUTOMATEN" + done + +_CeladonMart1Text3:: + text "EG: KUNDEN-" + line "INFORMATION" + done |