From e1a931df6affe154b57fa48e229ce299410032df Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Sat, 17 May 2014 15:43:13 -0400 Subject: Pull map objects out of main.asm --- data/mapObjects/celadonpokecenter.asm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 data/mapObjects/celadonpokecenter.asm (limited to 'data/mapObjects/celadonpokecenter.asm') diff --git a/data/mapObjects/celadonpokecenter.asm b/data/mapObjects/celadonpokecenter.asm new file mode 100755 index 00000000..dcfeceb7 --- /dev/null +++ b/data/mapObjects/celadonpokecenter.asm @@ -0,0 +1,18 @@ +CeladonPokecenterObject: ; 0x488d2 (size=44) + db $0 ; border block + + db $2 ; warps + db $7, $3, $5, $ff + db $7, $4, $5, $ff + + db $0 ; signs + + db $4 ; people + db SPRITE_NURSE, $1 + 4, $3 + 4, $ff, $d0, $1 ; person + db SPRITE_GENTLEMAN, $3 + 4, $7 + 4, $fe, $2, $2 ; person + db SPRITE_FOULARD_WOMAN, $5 + 4, $a + 4, $fe, $0, $3 ; person + db SPRITE_CABLE_CLUB_WOMAN, $2 + 4, $b + 4, $ff, $d0, $4 ; person + + ; warp-to + EVENT_DISP CELADON_POKECENTER_WIDTH, $7, $3 + EVENT_DISP CELADON_POKECENTER_WIDTH, $7, $4 -- cgit v1.3.1-sl0p