summaryrefslogtreecommitdiff
path: root/data/mapObjects/agatha.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/mapObjects/agatha.asm')
-rwxr-xr-xdata/mapObjects/agatha.asm19
1 files changed, 0 insertions, 19 deletions
diff --git a/data/mapObjects/agatha.asm b/data/mapObjects/agatha.asm
deleted file mode 100755
index cd8bbfe7..00000000
--- a/data/mapObjects/agatha.asm
+++ /dev/null
@@ -1,19 +0,0 @@
-AgathaObject:
- db $0 ; border block
-
- db 4 ; warps
- warp 4, 11, 2, BRUNOS_ROOM
- warp 5, 11, 3, BRUNOS_ROOM
- warp 4, 0, 0, LANCES_ROOM
- warp 5, 0, 0, LANCES_ROOM
-
- db 0 ; signs
-
- db 1 ; objects
- object SPRITE_AGATHA, 5, 2, STAY, DOWN, 1, OPP_AGATHA, 1
-
- ; warp-to
- warp_to 4, 11, AGATHAS_ROOM_WIDTH ; BRUNOS_ROOM
- warp_to 5, 11, AGATHAS_ROOM_WIDTH ; BRUNOS_ROOM
- warp_to 4, 0, AGATHAS_ROOM_WIDTH ; LANCES_ROOM
- warp_to 5, 0, AGATHAS_ROOM_WIDTH ; LANCES_ROOM