├── data.asm ├── events.asm ├── main.asm ├── neslyric.asm ├── neslyric.nes ├── neslyric.png ├── nmi.asm ├── readme.md ├── res ├── font.chr ├── miku-teto.chr ├── popipo.nsf └── silence.nsf └── tools.zip /data.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xabad1dea/Neslyric/HEAD/data.asm -------------------------------------------------------------------------------- /events.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xabad1dea/Neslyric/HEAD/events.asm -------------------------------------------------------------------------------- /main.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xabad1dea/Neslyric/HEAD/main.asm -------------------------------------------------------------------------------- /neslyric.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xabad1dea/Neslyric/HEAD/neslyric.asm -------------------------------------------------------------------------------- /neslyric.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xabad1dea/Neslyric/HEAD/neslyric.nes -------------------------------------------------------------------------------- /neslyric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xabad1dea/Neslyric/HEAD/neslyric.png -------------------------------------------------------------------------------- /nmi.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xabad1dea/Neslyric/HEAD/nmi.asm -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xabad1dea/Neslyric/HEAD/readme.md -------------------------------------------------------------------------------- /res/font.chr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xabad1dea/Neslyric/HEAD/res/font.chr -------------------------------------------------------------------------------- /res/miku-teto.chr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xabad1dea/Neslyric/HEAD/res/miku-teto.chr -------------------------------------------------------------------------------- /res/popipo.nsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xabad1dea/Neslyric/HEAD/res/popipo.nsf -------------------------------------------------------------------------------- /res/silence.nsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xabad1dea/Neslyric/HEAD/res/silence.nsf -------------------------------------------------------------------------------- /tools.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xabad1dea/Neslyric/HEAD/tools.zip --------------------------------------------------------------------------------