SplatooD: A Splatoon demake for NES
Go to file
2015-11-24 16:04:19 -08:00
docs SplatooD 2015-11-22 18:34:30 -08:00
levels Title optimizations and version number 2015-11-18 19:47:27 -08:00
sound Don't loop music 2015-11-18 00:14:36 -08:00
util Embedded ASCII strings 2015-11-18 09:45:44 -08:00
.gitignore Commit ROM images for distribution. 2015-11-18 09:50:36 -08:00
crt0.s Hello World 2015-11-17 21:34:26 -08:00
famitone2.s Hello World 2015-11-17 21:34:26 -08:00
game.c That should be v1.0.4 2015-11-24 16:04:19 -08:00
LICENSE license fix 2015-11-18 11:40:20 -08:00
Makefile Title optimizations and version number 2015-11-18 19:47:27 -08:00
metasprites.h New weapon select screen (beta) 2015-11-24 15:50:00 -08:00
music.s Don't loop music 2015-11-18 00:14:36 -08:00
neslib.h Hello World 2015-11-17 21:34:26 -08:00
neslib.s Hello World 2015-11-17 21:34:26 -08:00
nrom.cfg Hello World 2015-11-17 21:34:26 -08:00
README.md Basic charger mechanics 2015-11-22 11:59:12 -08:00
runtime.lib Hello World 2015-11-17 21:34:26 -08:00
sounds.s New sound effects 2015-11-17 23:28:37 -08:00
splatood.nes That should be v1.0.4 2015-11-24 16:04:19 -08:00
tileset.chr Title optimizations and version number 2015-11-18 19:47:27 -08:00
TODO.md Updates to TODO 2015-11-22 18:38:33 -08:00

SplatooD: A Splatoon demake for NES

screenshot

Controls

D-pad to move, A to flick roller or fire charger, START to pause. Menus accept D-pad to move cursor and START to select an item.

Building

Install cc65 v2.13.3 or thereabouts and then run make.

Assets were created in NESST and Famitracker.

Updating Nametable Headers

There is a tool to convert binary nametables into C headers in util/bin-to-h.py.

Cartridge Details

We target an NROM256 cartridge with two 16kB PRG ROMs and one 8kB CHR ROM.