Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Besides making predefs convenient, naming a predef no longer requires
adding or renaming a predef constant. This also lets predefs be rearranged at will.
|
|
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.
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this was a mistake in the original pksv spec and tauwasser's notes
|
|
|
|
CheckItem was called PickUpItem by mistake
Also label TossItem and ReceiveItem
|
|
|
|
|
|
also fix 'Far' naming scheme for BattleRandom
this was a long time coming
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|