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/route18gateupstairs.asm | |
| parent | b438d0c1d7157849e89423a9d6655ae36cad40b7 (diff) | |
Pull map objects out of main.asm
Diffstat (limited to 'data/mapObjects/route18gateupstairs.asm')
| -rwxr-xr-x | data/mapObjects/route18gateupstairs.asm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/mapObjects/route18gateupstairs.asm b/data/mapObjects/route18gateupstairs.asm new file mode 100755 index 00000000..d2b55e7f --- /dev/null +++ b/data/mapObjects/route18gateupstairs.asm @@ -0,0 +1,15 @@ +Route18GateUpstairsObject: ; 0x499a4 (size=24) + db $a ; border block + + db $1 ; warps + db $7, $7, $4, ROUTE_18_GATE_1F + + db $2 ; signs + db $2, $1, $2 ; Route18GateUpstairsText2 + db $2, $6, $3 ; Route18GateUpstairsText3 + + db $1 ; people + db SPRITE_BUG_CATCHER, $2 + 4, $4 + 4, $fe, $2, $1 ; person + + ; warp-to + EVENT_DISP ROUTE_18_GATE_2F_WIDTH, $7, $7 ; ROUTE_18_GATE_1F |
