Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
So far they're identical, but amplitude could change.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Appears to display predefined sprites at given coordinates.
This lets multiple sprites be drawn in any order without interacting with OAM directly.
|
|
|
|
|
|
|
|
It's mostly menudata. Whoops.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Still not sure where the bank comes from.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
So far so good.
|
|
|
|
|
|
|
|
|