256-color sprites. code's weird tho. check it later.

This commit is contained in:
StapleButter
2017-02-04 00:07:25 +01:00
parent 4b3f635c9f
commit 67f0c7b123
3 changed files with 49 additions and 4 deletions

View File

@ -274,7 +274,7 @@ void Reset()
// test
//LoadROM();
//LoadFirmware();
NDSCart::LoadROM("rom/raving.nds");
NDSCart::LoadROM("rom/nsmb.nds");
Running = true; // hax
}