aboutsummaryrefslogtreecommitdiffstats
path: root/data/maps/objects/CinnabarLab.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/objects/CinnabarLab.asm')
-rwxr-xr-xdata/maps/objects/CinnabarLab.asm20
1 files changed, 20 insertions, 0 deletions
diff --git a/data/maps/objects/CinnabarLab.asm b/data/maps/objects/CinnabarLab.asm
new file mode 100755
index 00000000..0e007e3a
--- /dev/null
+++ b/data/maps/objects/CinnabarLab.asm
@@ -0,0 +1,20 @@
+CinnabarLab_Object:
+ db $17 ; border block
+
+ def_warps
+ warp 2, 7, 2, LAST_MAP
+ warp 3, 7, 2, LAST_MAP
+ warp 8, 4, 0, CINNABAR_LAB_TRADE_ROOM
+ warp 12, 4, 0, CINNABAR_LAB_METRONOME_ROOM
+ warp 16, 4, 0, CINNABAR_LAB_FOSSIL_ROOM
+
+ def_signs
+ sign 3, 2, 2 ; Lab1Text2
+ sign 9, 4, 3 ; Lab1Text3
+ sign 13, 4, 4 ; Lab1Text4
+ sign 17, 4, 5 ; Lab1Text5
+
+ def_objects
+ object SPRITE_FISHING_GURU, 1, 3, STAY, NONE, 1 ; person
+
+ def_warps_to CINNABAR_LAB