Shmup game for sega saturn
Made for SEGA Saturn 27th Anniversary Game Competition
Made with jo-engine
Proudly using PoneSound for audio
Code and art by me
Music by RandomStuff
More art by AnriFox
- To compile this with jo-engine correctly first
K_LINECOL
flag must be removed fromjo_vdp2_set_rbg0_plane_a_8bits_image
- Secondly line 276 in
jo_engine_makefile
must be changed toTARGET1 = $(TARGET:.elf=.raw)
fromTARGET1 = $(TARGET:.elf=.bin)
, this will prevent creation of garbage bin file assigned to track 2