aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapObjects/lavenderpokecenter.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-17 15:43:13 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-17 15:43:13 -0400
commite1a931df6affe154b57fa48e229ce299410032df (patch)
tree83211f43c5ae624e47946910ea433161fb740853 /data/mapObjects/lavenderpokecenter.asm
parentOrganize base stats and wild mon data (Koolboyman) (diff)
downloadpokeyellow-e1a931df6affe154b57fa48e229ce299410032df.tar.gz
pokeyellow-e1a931df6affe154b57fa48e229ce299410032df.tar.xz
pokeyellow-e1a931df6affe154b57fa48e229ce299410032df.zip
Pull map objects out of main.asm
Diffstat (limited to 'data/mapObjects/lavenderpokecenter.asm')
-rwxr-xr-xdata/mapObjects/lavenderpokecenter.asm18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/mapObjects/lavenderpokecenter.asm b/data/mapObjects/lavenderpokecenter.asm
new file mode 100755
index 00000000..a35bf4dc
--- /dev/null
+++ b/data/mapObjects/lavenderpokecenter.asm
@@ -0,0 +1,18 @@
+LavenderPokecenterObject: ; 0x5c8f4 (size=44)
+ db $0 ; border block
+
+ db $2 ; warps
+ db $7, $3, $0, $ff
+ db $7, $4, $0, $ff
+
+ db $0 ; signs
+
+ db $4 ; people
+ db SPRITE_NURSE, $1 + 4, $3 + 4, $ff, $d0, $1 ; person
+ db SPRITE_GENTLEMAN, $3 + 4, $5 + 4, $ff, $ff, $2 ; person
+ db SPRITE_LITTLE_GIRL, $6 + 4, $2 + 4, $fe, $1, $3 ; person
+ db SPRITE_CABLE_CLUB_WOMAN, $2 + 4, $b + 4, $ff, $d0, $4 ; person
+
+ ; warp-to
+ EVENT_DISP LAVENDER_POKECENTER_WIDTH, $7, $3
+ EVENT_DISP LAVENDER_POKECENTER_WIDTH, $7, $4