aboutsummaryrefslogtreecommitdiffstats
path: root/text/maps/cinnabar_lab.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2014-01-26 23:09:34 -0700
committerIIMarckus <iimarckus@gmail.com>2014-01-26 23:09:34 -0700
commit6bfe2f42381deecf254542842d7c312d777062fc (patch)
tree455a40e198aa136a23f3a98f8099569d2e7f9896 /text/maps/cinnabar_lab.asm
parentMerge branch 'fix-init-sudo' of https://github.com/yenatch/pokered (diff)
parentGet rid of more unnecessary labels in text.asm (diff)
downloadpokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.tar.gz
pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.tar.xz
pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.zip
Merge branch 'text' of https://github.com/yenatch/pokered
Diffstat (limited to 'text/maps/cinnabar_lab.asm')
-rw-r--r--text/maps/cinnabar_lab.asm30
1 files changed, 30 insertions, 0 deletions
diff --git a/text/maps/cinnabar_lab.asm b/text/maps/cinnabar_lab.asm
new file mode 100644
index 00000000..c71b4484
--- /dev/null
+++ b/text/maps/cinnabar_lab.asm
@@ -0,0 +1,30 @@
+_Lab1Text1: ; a0df7 (28:4df7)
+ text "We study #MON"
+ line "extensively here."
+
+ para "People often bring"
+ line "us rare #MON"
+ cont "for examination."
+ done
+
+_Lab1Text2: ; a0e49 (28:4e49)
+ text "A photo of the"
+ line "LAB's founder,"
+ cont "DR.FUJI!"
+ done
+
+_Lab1Text3: ; a0e70 (28:4e70)
+ text "#MON LAB"
+ line "Meeting Room"
+ done
+
+_Lab1Text4: ; a0e87 (28:4e87)
+ text "#MON LAB"
+ line "R-and-D Room"
+ done
+
+_Lab1Text5: ; a0e9e (28:4e9e)
+ text "#MON LAB"
+ line "Testing Room"
+ done
+