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/diglettscave.asm | |
parent | b438d0c1d7157849e89423a9d6655ae36cad40b7 (diff) |
Pull map objects out of main.asm
Diffstat (limited to 'data/mapObjects/diglettscave.asm')
-rwxr-xr-x | data/mapObjects/diglettscave.asm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/mapObjects/diglettscave.asm b/data/mapObjects/diglettscave.asm new file mode 100755 index 00000000..858005ce --- /dev/null +++ b/data/mapObjects/diglettscave.asm @@ -0,0 +1,14 @@ +DiglettsCaveObject: ; 0x61f72 (size=20) + db $19 ; border block + + db $2 ; warps + db $5, $5, $2, DIGLETTS_CAVE_EXIT + db $1f, $25, $2, DIGLETTS_CAVE_ENTRANCE + + db $0 ; signs + + db $0 ; people + + ; warp-to + EVENT_DISP DIGLETTS_CAVE_WIDTH, $5, $5 ; DIGLETTS_CAVE_EXIT + EVENT_DISP DIGLETTS_CAVE_WIDTH, $1f, $25 ; DIGLETTS_CAVE_ENTRANCE |