Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
This includes the diploma and related assets.
|
|
|
|
|
|
Also clean up the comments a little.
|
|
|
|
Conflicts:
battle/ai/scoring.asm
main.asm
|
|
Name some labels and add lots of commentary to AI stuff, including most
AIScoring_Smart sublayers.
|
|
This reverts commit 201f56b3e91ec3567ad011ecdea356bee56d7316.
|
|
|
|
|
|
|
|
|
|
The contents of the save and the rest of the bank are unknown.
|
|
The python preprocessor doesn't care if a string is left open.
It probably should, so this string is fixed preemptively.
|
|
|
|
|
|
|
|
|
|
Apparently a bunch of constants from red were never removed for some reason.
|
|
|
|
|
|
|
|
|
|
This is one of the last major incbins. The rest is mostly mobile code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This firmly ties spawn constant definition to data allocation,
preventing usage earlier in main.asm or in other objects.
A potential solution is to abuse ifdefs and include it in
both main.asm and constants.asm.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Reads the contents of trainers/trainers.asm.
|
|
|