Age | Commit message (Collapse) | Author |
|
Appears to display predefined sprites at given coordinates.
This lets multiple sprites be drawn in any order without interacting with OAM directly.
|
|
|
|
|
|
|
|
Trainer card graphics, Kanto Special stats, unused item constants, mobile adapter lib
|
|
It's mostly menudata. Whoops.
|
|
|
|
Install: gcc is required. Sudo doesn't exist in cygwin.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Still not sure where the bank comes from.
|
|
|
|
Color test debug menus and assorted incbins.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some intro comments and more bank 38/39 incbins.
|
|
|
|
|
|
Picking off small incbins and static labels.
|
|
|
|
Now PokemonPalettes is referenced.
|
|
|
|
|
|
|
|
Magnet Train and drumkits.
|
|
|
|
|
|
|
|
Also use noise commands for instruments.
|
|
Fix bank 1. Found a scrapped title screen.
|
|
At 43:4000 (UnusedTitleScreen) is a semi-functional title screen.
It's never used, and appears in the Japanese version at the same offset.
Notably, a portion of the logo is cut out and used as OAM.
The final title screen instead uses BG priority to avoid this.
|
|
Somehow, a title screen (bank 0x43) function had its label put in bank 1.
This caused changes to either bank to break the compiled rom.
fixes 61a3d145
|