summaryrefslogtreecommitdiff
path: root/data/mapObjects/saffronpokecenter.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/mapObjects/saffronpokecenter.asm')
-rwxr-xr-xdata/mapObjects/saffronpokecenter.asm18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/mapObjects/saffronpokecenter.asm b/data/mapObjects/saffronpokecenter.asm
new file mode 100755
index 00000000..251aeea5
--- /dev/null
+++ b/data/mapObjects/saffronpokecenter.asm
@@ -0,0 +1,18 @@
+SaffronPokecenterObject: ; 0x5d54f (size=44)
+ db $0 ; border block
+
+ db $2 ; warps
+ db $7, $3, $6, $ff
+ db $7, $4, $6, $ff
+
+ db $0 ; signs
+
+ db $4 ; people
+ db SPRITE_NURSE, $1 + 4, $3 + 4, $ff, $d0, $1 ; person
+ db SPRITE_FOULARD_WOMAN, $5 + 4, $5 + 4, $ff, $ff, $2 ; person
+ db SPRITE_GENTLEMAN, $3 + 4, $8 + 4, $ff, $d0, $3 ; person
+ db SPRITE_CABLE_CLUB_WOMAN, $2 + 4, $b + 4, $ff, $d0, $4 ; person
+
+ ; warp-to
+ EVENT_DISP SAFFRON_POKECENTER_WIDTH, $7, $3
+ EVENT_DISP SAFFRON_POKECENTER_WIDTH, $7, $4