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/bruno.asm | |
parent | b438d0c1d7157849e89423a9d6655ae36cad40b7 (diff) |
Pull map objects out of main.asm
Diffstat (limited to 'data/mapObjects/bruno.asm')
-rwxr-xr-x | data/mapObjects/bruno.asm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/data/mapObjects/bruno.asm b/data/mapObjects/bruno.asm new file mode 100755 index 00000000..b8577ac1 --- /dev/null +++ b/data/mapObjects/bruno.asm @@ -0,0 +1,19 @@ +BrunoObject: ; 0x763d7 (size=44) + db $3 ; border block + + db $4 ; warps + db $b, $4, $2, LORELEIS_ROOM + db $b, $5, $3, LORELEIS_ROOM + db $0, $4, $0, AGATHAS_ROOM + db $0, $5, $1, AGATHAS_ROOM + + db $0 ; signs + + db $1 ; people + db SPRITE_BRUNO, $2 + 4, $5 + 4, $ff, $d0, $41, BRUNO + $C8, $1 ; trainer + + ; warp-to + EVENT_DISP BRUNOS_ROOM_WIDTH, $b, $4 ; LORELEIS_ROOM + EVENT_DISP BRUNOS_ROOM_WIDTH, $b, $5 ; LORELEIS_ROOM + EVENT_DISP BRUNOS_ROOM_WIDTH, $0, $4 ; AGATHAS_ROOM + EVENT_DISP BRUNOS_ROOM_WIDTH, $0, $5 ; AGATHAS_ROOM |