Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
structure update
|
|
|
|
|
|
|
|
their constant names
|
|
|
|
From PikalaxALT.
|
|
|
|
|
|
constants to better reflect their hypothesized purposes.
- Using yenatch's version of the macro and constant handling, rewrote the tmhm bit array as a macro-defined environment.
|
|
Also fix all the text.
Also fix some unreferenced scripts that were interpreted as text.
|
|
|
|
Conflicts:
tilesets/tileset_headers.asm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is ugly, but much better than static values.
|
|
|
|
|
|
|
|
|
|
|
|
This new label is used in revision 1.1 of Pokémon Crystal.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note that OBJECT_LENGTH is not associated with ObjectStructs (it's isntead used as the length of a MapObjects struct).
|
|
|
|
There are probably a bunch more labels with wrong banks. This takes care of the most noticeable ones.
|
|
Wram banks and mobile make this tough, since any address can secretly be a ghost.
As usual, mobile completely disregards 99% of the codebase. It's been ignored in kind.
|