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/route11gateupstairs.asm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 data/mapObjects/route11gateupstairs.asm (limited to 'data/mapObjects/route11gateupstairs.asm') diff --git a/data/mapObjects/route11gateupstairs.asm b/data/mapObjects/route11gateupstairs.asm new file mode 100755 index 00000000..8ee0f8fa --- /dev/null +++ b/data/mapObjects/route11gateupstairs.asm @@ -0,0 +1,16 @@ +Route11GateUpstairsObject: ; 0x494da (size=30) + db $a ; border block + + db $1 ; warps + db $7, $7, $4, ROUTE_11_GATE_1F + + db $2 ; signs + db $2, $1, $3 ; Route11GateUpstairsText3 + db $2, $6, $4 ; Route11GateUpstairsText4 + + db $2 ; people + db SPRITE_BUG_CATCHER, $2 + 4, $4 + 4, $fe, $2, $1 ; person + db SPRITE_OAK_AIDE, $6 + 4, $2 + 4, $ff, $ff, $2 ; person + + ; warp-to + EVENT_DISP ROUTE_11_GATE_2F_WIDTH, $7, $7 ; ROUTE_11_GATE_1F -- cgit v1.3.1-sl0p