summaryrefslogtreecommitdiff
path: root/data/mapObjects/redshouse1f.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/redshouse1f.asm
parentb438d0c1d7157849e89423a9d6655ae36cad40b7 (diff)
Pull map objects out of main.asm
Diffstat (limited to 'data/mapObjects/redshouse1f.asm')
-rwxr-xr-xdata/mapObjects/redshouse1f.asm18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/mapObjects/redshouse1f.asm b/data/mapObjects/redshouse1f.asm
new file mode 100755
index 00000000..41ebb709
--- /dev/null
+++ b/data/mapObjects/redshouse1f.asm
@@ -0,0 +1,18 @@
+RedsHouse1FObject: ; 481e4 (12:41e4)
+ db $0A ; border block
+
+ db 3 ; warps
+ db 7,2,0,$FF ; exit1
+ db 7,3,0,$FF ; exit2
+ db 1,7,0,$26 ; staircase
+
+ db 1 ; signs
+ db 1,3,2 ; TV
+
+ db 1 ; people
+ db $33,4+4,5+4,$FF,$D2,1 ; Mom
+
+ ; warp-to
+ EVENT_DISP REDS_HOUSE_1F_WIDTH, 7, 2
+ EVENT_DISP REDS_HOUSE_1F_WIDTH, 7, 3
+ EVENT_DISP REDS_HOUSE_1F_WIDTH, 1, 7