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/fightingdojo.asm | |
parent | b438d0c1d7157849e89423a9d6655ae36cad40b7 (diff) |
Pull map objects out of main.asm
Diffstat (limited to 'data/mapObjects/fightingdojo.asm')
-rwxr-xr-x | data/mapObjects/fightingdojo.asm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/mapObjects/fightingdojo.asm b/data/mapObjects/fightingdojo.asm new file mode 100755 index 00000000..2a82c12c --- /dev/null +++ b/data/mapObjects/fightingdojo.asm @@ -0,0 +1,21 @@ +FightingDojoObject: ; 0x5cf9b (size=72) + db $3 ; border block + + db $2 ; warps + db $b, $4, $1, $ff + db $b, $5, $1, $ff + + db $0 ; signs + + db $7 ; people + db SPRITE_HIKER, $3 + 4, $5 + 4, $ff, $d0, $41, BLACKBELT + $C8, $1 ; trainer + db SPRITE_HIKER, $4 + 4, $3 + 4, $ff, $d3, $42, BLACKBELT + $C8, $2 ; trainer + db SPRITE_HIKER, $6 + 4, $3 + 4, $ff, $d3, $43, BLACKBELT + $C8, $3 ; trainer + db SPRITE_HIKER, $5 + 4, $5 + 4, $ff, $d2, $44, BLACKBELT + $C8, $4 ; trainer + db SPRITE_HIKER, $7 + 4, $5 + 4, $ff, $d2, $45, BLACKBELT + $C8, $5 ; trainer + db SPRITE_BALL, $1 + 4, $4 + 4, $ff, $ff, $6 ; person + db SPRITE_BALL, $1 + 4, $5 + 4, $ff, $ff, $7 ; person + + ; warp-to + EVENT_DISP FIGHTING_DOJO_WIDTH, $b, $4 + EVENT_DISP FIGHTING_DOJO_WIDTH, $b, $5 |