summaryrefslogtreecommitdiff
path: root/data/mapObjects/undergroundpathwe.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-17 15:43:13 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-17 15:43:13 -0400
commite1a931df6affe154b57fa48e229ce299410032df (patch)
tree83211f43c5ae624e47946910ea433161fb740853 /data/mapObjects/undergroundpathwe.asm
parentb438d0c1d7157849e89423a9d6655ae36cad40b7 (diff)
Pull map objects out of main.asm
Diffstat (limited to 'data/mapObjects/undergroundpathwe.asm')
-rwxr-xr-xdata/mapObjects/undergroundpathwe.asm14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/mapObjects/undergroundpathwe.asm b/data/mapObjects/undergroundpathwe.asm
new file mode 100755
index 00000000..ad3c51f7
--- /dev/null
+++ b/data/mapObjects/undergroundpathwe.asm
@@ -0,0 +1,14 @@
+UndergroundPathWEObject: ; 0x61f4e (size=20)
+ db $1 ; border block
+
+ db $2 ; warps
+ db $5, $2, $2, PATH_ENTRANCE_ROUTE_7
+ db $2, $2f, $2, PATH_ENTRANCE_ROUTE_8
+
+ db $0 ; signs
+
+ db $0 ; people
+
+ ; warp-to
+ EVENT_DISP UNDERGROUND_PATH_WE_WIDTH, $5, $2 ; PATH_ENTRANCE_ROUTE_7
+ EVENT_DISP UNDERGROUND_PATH_WE_WIDTH, $2, $2f ; PATH_ENTRANCE_ROUTE_8