tile hflip/vflip for text BGs.

256-color mode for text BGs.
This commit is contained in:
StapleButter
2017-02-01 23:43:02 +01:00
parent c19056a564
commit 3451e41bd1
4 changed files with 129 additions and 85 deletions

View File

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