Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
Now PokemonPalettes is referenced.
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
That should be it for bank 2.
|
|
|
|
Palette/block packets, border tilemap, more palettes etc.
|
|
Highlights: contest trainers and mons
|
|
|
|
This fixes the build.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static addresses should be avoided anyway
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this way main.o and wram.o are version-neutral
|
|
Conflicts:
main.asm
|
|
Conflicts:
engine/scripting.asm
main.asm
|
|
|
|
|
|
* added map header wram addresses
* analyzed some assembly
|
|
|
|
|