Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|