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/route15gateupstairs.asm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 data/mapObjects/route15gateupstairs.asm (limited to 'data/mapObjects/route15gateupstairs.asm') diff --git a/data/mapObjects/route15gateupstairs.asm b/data/mapObjects/route15gateupstairs.asm new file mode 100755 index 00000000..dd7a0b2c --- /dev/null +++ b/data/mapObjects/route15gateupstairs.asm @@ -0,0 +1,14 @@ +Route15GateUpstairsObject: ; 4969d (12:569d) + db $a ; border block + + db $1 ; warps + db $7, $7, $4, ROUTE_15_GATE_1F + + db $1 ; signs + db $2, $6, $2 ; Route15GateUpstairsText2 + + db $1 ; people + db SPRITE_OAK_AIDE, $2 + 4, $4 + 4, $ff, $d0, $1 + + ; warp-to + EVENT_DISP ROUTE_15_GATE_2F_WIDTH, $7, $7 ; ROUTE_15_GATE_1F -- cgit v1.3.1-sl0p