Age | Commit message (Collapse) | Author |
|
|
|
Miscellaneous fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clean up sound, add CRY_MODE constants
|
|
|
|
|
|
|
|
|
|
|
|
Document remainder of Record Mixing
|
|
|
|
|
|
Command used for the job:
egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g'
Credits to Grant Murphy from Stack Overflow.
|
|
|
|
|
|
|
|
Clean up Mirage Tower
|
|
|
|
|
|
|
|
|
|
|
|
Document TV
|
|
|
|
|
|
|
|
|
|
|
|
Document Dewford Trend and match_call.c
|
|
|
|
|
|
|
|
|
|
Per discussion on pret, `obedient`/`fatefulEncounter` has been renamed to `eventLegal`, and all related functions and constants have been modified with this in mind.
Additionally, fixed some whitespace alignment issues in `script_cmd_table.h`, `pokemon.h`, and `tv.c` from the last commit.
|