Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The first and second map header labels have no semantic meaning with regard to length.
In fact, none of the labels are used at all.
|
|
|
|
Also start using hp palette constants.
|
|
Besides making predefs convenient, naming a predef no longer requires
adding or renaming a predef constant. This also lets predefs be rearranged at will.
|
|
Functions prefixed with _ imply they're private.
The real purpose of this function is to use an address,
rather than saving a few cycles on push/pop.
|
|
The PartyMon struct is really the box struct with volatile variables like status added.
Some other labels have been reworked.
Move structs no longer have explicit labels since their location is arbitrary and usually shared.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes the build.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
home/map.asm
|
|
Conflicts:
engine/scripting.asm
main.asm
|
|
|
|
|
|
|
|
* added map header wram addresses
* analyzed some assembly
|
|
|
|
|
|
|
|
|
|
|
|
|