Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Crystal's tileset-specific palettes are disconnected from these.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This new label is used in revision 1.1 of Pokémon Crystal.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There are probably a bunch more labels with wrong banks. This takes care of the most noticeable ones.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
This is one of the last major incbins. The rest is mostly mobile code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Besides making predefs convenient, naming a predef no longer requires
adding or renaming a predef constant. This also lets predefs be rearranged at will.
|