Age | Commit message (Collapse) | Author |
|
|
|
In retrospect these aren't saves at all--the mobile adapter does something funky with sram bank 6.
|
|
|
|
|
|
|
|
|
|
Dump some more incbinned graphics, mostly 1bpp.
|
|
- Some mail graphics were dumped as 2bpp but are really 1bpp
- Some fonts weren't caught by the last dump
|
|
Dump a bunch of incbinned graphics.
|
|
|
|
|
|
git clone --recursive
|
|
|
|
incbins
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No more unreferenced incbins in bank 46.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove preprocessor
|
|
extras is no longer required to build.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
chris.5x7.2bpp and chris.7x7.2bpp would probably both end up as chris.png.
|
|
|
|
|
|
They must be in the same bank to work, and defining sections with static banks should only be used to produce an identical rom.
They were only split in the first place to minimize the amount of code tahat needed to be rebuilt based on a single constant, which in retrospect was meaningless.
|
|
|
|
|
|
|