Jenna1337 / NDSROM

Decompiles NDS ROM files, and converts them to common formats.
Eclipse Public License 1.0
24 stars 3 forks source link

Add Gradle #4

Open rdrpenguin04 opened 3 years ago

rdrpenguin04 commented 3 years ago

It would be nice to use something other than an IDE for this.

This is more a tracking issue than anything; I am working on this as I make this issue.

rdrpenguin04 commented 3 years ago

It turns out this may actually be hard. I can't even find a main class.

Lonami commented 2 years ago

Yeah I took a look and most things don't seem implemented yet. It's mostly classes to (presumably) model the way ROMs work along with a byte reader/writer.

Jenna1337 commented 2 years ago

Yeah, I wasn't really sure on how to implement it, and some DS ROMs store some data in strange locations.