From e1a931df6affe154b57fa48e229ce299410032df Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Sat, 17 May 2014 15:43:13 -0400 Subject: Pull map objects out of main.asm --- data/mapObjects/safarizonesecrethouse.asm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 data/mapObjects/safarizonesecrethouse.asm (limited to 'data/mapObjects/safarizonesecrethouse.asm') diff --git a/data/mapObjects/safarizonesecrethouse.asm b/data/mapObjects/safarizonesecrethouse.asm new file mode 100755 index 00000000..79032c70 --- /dev/null +++ b/data/mapObjects/safarizonesecrethouse.asm @@ -0,0 +1,15 @@ +SafariZoneSecretHouseObject: ; 0x4a365 (size=26) + db $17 ; border block + + db $2 ; warps + db $7, $2, $6, SAFARI_ZONE_WEST + db $7, $3, $6, SAFARI_ZONE_WEST + + db $0 ; signs + + db $1 ; people + db SPRITE_FISHER, $3 + 4, $3 + 4, $ff, $d0, $1 ; person + + ; warp-to + EVENT_DISP SAFARI_ZONE_SECRET_HOUSE_WIDTH, $7, $2 ; SAFARI_ZONE_WEST + EVENT_DISP SAFARI_ZONE_SECRET_HOUSE_WIDTH, $7, $3 ; SAFARI_ZONE_WEST -- cgit v1.3.1-sl0p