X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fdata.h;h=0021ef93bdc2e0a77fcdc7c0a993620cfc11c595;hb=09ff9fd9a87d495d8c2d55203af89d0f651b5d3a;hp=11fe4185a3d1611effe0624e2773f7d00399c7e7;hpb=5c4d558de0e36ab49283c9c529b49b8d6b62f146;p=gbajam22 diff --git a/src/data.h b/src/data.h index 11fe418..0021ef9 100644 --- a/src/data.h +++ b/src/data.h @@ -27,7 +27,15 @@ enum { SPRID_LEDGRN = SPRID(56, 16), /*SPRID_ENEMY = SPRID(0, 64)*/ SPRID_ENEMY0 = SPRID(0, 32), - SPRID_HUSK = SPRID(112, 64) + SPRID_HUSK = SPRID(112, 64), + SPRID_LAS0 = SPRID(0, 64), + SPRID_LAS1 = SPRID(32, 64), + SPRID_LAS2 = SPRID(64, 64), + SPRID_LAS3 = SPRID(0, 96), + SPRID_SPARK0 = SPRID(32, 96), + SPRID_SHOT0 = SPRID(64, 16), + SPRID_SHOT1 = SPRID(80, 16), + SPRID_SHOT2 = SPRID(96, 16) }; /* main game data */