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/agatha.asm | |
parent | b438d0c1d7157849e89423a9d6655ae36cad40b7 (diff) |
Pull map objects out of main.asm
Diffstat (limited to 'data/mapObjects/agatha.asm')
-rwxr-xr-x | data/mapObjects/agatha.asm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/data/mapObjects/agatha.asm b/data/mapObjects/agatha.asm new file mode 100755 index 00000000..6c9278ce --- /dev/null +++ b/data/mapObjects/agatha.asm @@ -0,0 +1,19 @@ +AgathaObject: ; 0x76534 (size=44) + db $0 ; border block + + db $4 ; warps + db $b, $4, $2, BRUNOS_ROOM + db $b, $5, $3, BRUNOS_ROOM + db $0, $4, $0, LANCES_ROOM + db $0, $5, $0, LANCES_ROOM + + db $0 ; signs + + db $1 ; people + db SPRITE_AGATHA, $2 + 4, $5 + 4, $ff, $d0, $41, AGATHA + $C8, $1 ; trainer + + ; warp-to + EVENT_DISP AGATHAS_ROOM_WIDTH, $b, $4 ; BRUNOS_ROOM + EVENT_DISP AGATHAS_ROOM_WIDTH, $b, $5 ; BRUNOS_ROOM + EVENT_DISP AGATHAS_ROOM_WIDTH, $0, $4 ; LANCES_ROOM + EVENT_DISP AGATHAS_ROOM_WIDTH, $0, $5 ; LANCES_ROOM |