diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-17 15:43:13 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-17 15:43:13 -0400 |
| commit | e1a931df6affe154b57fa48e229ce299410032df (patch) | |
| tree | 83211f43c5ae624e47946910ea433161fb740853 /data/mapObjects/route15gateupstairs.asm | |
| parent | b438d0c1d7157849e89423a9d6655ae36cad40b7 (diff) | |
Pull map objects out of main.asm
Diffstat (limited to 'data/mapObjects/route15gateupstairs.asm')
| -rwxr-xr-x | data/mapObjects/route15gateupstairs.asm | 14 |
1 files changed, 14 insertions, 0 deletions
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 |
