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/route16gateupstairs.asm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 data/mapObjects/route16gateupstairs.asm (limited to 'data/mapObjects/route16gateupstairs.asm') diff --git a/data/mapObjects/route16gateupstairs.asm b/data/mapObjects/route16gateupstairs.asm new file mode 100755 index 00000000..ee9df620 --- /dev/null +++ b/data/mapObjects/route16gateupstairs.asm @@ -0,0 +1,16 @@ +Route16GateUpstairsObject: ; 0x4984c (size=30) + db $a ; border block + + db $1 ; warps + db $7, $7, $8, ROUTE_16_GATE_1F + + db $2 ; signs + db $2, $1, $3 ; Route16GateUpstairsText3 + db $2, $6, $4 ; Route16GateUpstairsText4 + + db $2 ; people + db SPRITE_YOUNG_BOY, $2 + 4, $4 + 4, $ff, $ff, $1 ; person + db SPRITE_LITTLE_GIRL, $5 + 4, $2 + 4, $fe, $2, $2 ; person + + ; warp-to + EVENT_DISP ROUTE_16_GATE_2F_WIDTH, $7, $7 ; ROUTE_16_GATE_1F -- cgit v1.3.1-sl0p