Matriks404 / openSMB2

An open source reimplementation of Super Mario Bros. 2 written in Lua and LÖVE.
GNU General Public License v3.0
32 stars 4 forks source link

Add data import support from original NES ROM(s) #18

Open Matriks404 opened 1 year ago

Matriks404 commented 1 year ago

We need to work on importing game data from the all original release of Super Mario Bros. 2 (and probably Doki Doki Panic as well), this will probably be done in C#, since I don't see myself working with binary game data in Lua (and I don't know if it's even feasible, or even possible).

This is also related to #20 .