SplatooD: A Splatoon demake for NES
Go to file
2018-12-14 10:03:16 +09: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 Anime active sprites on weapon select 2015-11-24 22:09:50 -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 screenshots in readme 2018-12-14 10:03:16 +09: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 Anime active sprites on weapon select 2015-11-24 22:09:50 -08:00
tileset.chr Title optimizations and version number 2015-11-18 19:47:27 -08:00
TODO.md remove manual from TODO, it has its own repo now 2015-11-25 18:59:52 -08:00

SplatooD: A Splatoon demake for NES

s screenshot s

Game Manual

Check out http://splatood.github.io/

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.