Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-08 | Start misc battle documentation | GriffinR | |
2021-08-24 | Removed trailing spaces in the most relevant files | LOuroboros | |
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. | |||
2020-09-16 | Convert to -g; will be required for eliminating fakematches. | Kaz | |
2019-12-08 | Clean up match call doc | GriffinR | |
2019-12-08 | More pokenav match call documentation | GriffinR | |
2019-12-06 | More pokenav match call documentation | GriffinR | |
2019-12-05 | Document a bit of Match Call | GriffinR | |
2019-08-21 | more documentation in match_call_data | GriffinR | |
Documents everything related to UnkStruct_08625388, names HasCheckPage functions, fixes mislabeled Brendan/May headers, and adds header count to pokenav_unk_3 | |||
2019-08-02 | typo fix | GriffinR | |
2019-08-02 | Update pokenav_match_call_data.c | GriffinR | |
2019-08-02 | sub_81D16DC in pokenav_match_call_data | GriffinR | |
2019-08-02 | Document MapSec get functions | GriffinR | |
2019-08-02 | Two more uses of MAPSEC_NONE and mapSec field name | GriffinR | |
2019-08-02 | Use MAPSEC constants in sWallyAdditionalData | GriffinR | |
2019-08-02 | Update pokenav_match_call_data.c | GriffinR | |
2019-08-01 | Use MAPSEC constants for pokenav match call data | GriffinR | |
Wally and Prof. Birch are skipped. Wally has a variable location, and Prof Birch (despite being listed as .v1 = 0, which is Littleroot) is actually listed as location unknown in the pokenav. Rival is also skipped, as they dont have a location field and are also listed as unknown | |||
2019-06-30 | Match sub_81D1B40 | DizzyEggg | |
2019-04-16 | Match sub_81D199C | Marcus Huderle | |
2019-04-14 | Decompile all of pokenav_unk_3.c | Marcus Huderle | |
2019-04-07 | First round of fixes | Phlosioneer | |
2019-04-07 | Break up pokenav into subfiles | Phlosioneer | |
The files are separated based on the pokenav resources substruct ID they use. |