summaryrefslogtreecommitdiff
path: root/src/pokenav_match_call_data.c
AgeCommit message (Collapse)Author
2021-10-08Start misc battle documentationGriffinR
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
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-16Convert to -g; will be required for eliminating fakematches.Kaz
2019-12-08Clean up match call docGriffinR
2019-12-08More pokenav match call documentationGriffinR
2019-12-06More pokenav match call documentationGriffinR
2019-12-05Document a bit of Match CallGriffinR
2019-08-21more documentation in match_call_dataGriffinR
Documents everything related to UnkStruct_08625388, names HasCheckPage functions, fixes mislabeled Brendan/May headers, and adds header count to pokenav_unk_3
2019-08-02typo fixGriffinR
2019-08-02Update pokenav_match_call_data.cGriffinR
2019-08-02sub_81D16DC in pokenav_match_call_dataGriffinR
2019-08-02Document MapSec get functionsGriffinR
2019-08-02Two more uses of MAPSEC_NONE and mapSec field nameGriffinR
2019-08-02Use MAPSEC constants in sWallyAdditionalDataGriffinR
2019-08-02Update pokenav_match_call_data.cGriffinR
2019-08-01Use MAPSEC constants for pokenav match call dataGriffinR
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-30Match sub_81D1B40DizzyEggg
2019-04-16Match sub_81D199CMarcus Huderle
2019-04-14Decompile all of pokenav_unk_3.cMarcus Huderle
2019-04-07First round of fixesPhlosioneer
2019-04-07Break up pokenav into subfilesPhlosioneer
The files are separated based on the pokenav resources substruct ID they use.