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, 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