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/saffronpokecenter.asm | |
| parent | b438d0c1d7157849e89423a9d6655ae36cad40b7 (diff) | |
Pull map objects out of main.asm
Diffstat (limited to 'data/mapObjects/saffronpokecenter.asm')
| -rwxr-xr-x | data/mapObjects/saffronpokecenter.asm | 18 |
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 |
