summaryrefslogtreecommitdiff
path: root/src/pokenav_match_call_ui.c
AgeCommit message (Collapse)Author
2021-11-03Merge branch 'master' into doc-finalmiscGriffinR
2021-11-02Document files with a few remaining symbolsGriffinR
2021-10-30Add font id constantsGriffinR
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.
2021-07-07Flatten pos fields in struct SpritePikalaxALT
2021-04-09standardize "grey" to "gray"Kurausukun
2021-02-24Use WINDOW_NONE constantGriffinR
2020-10-10start pokenav documentationEvan
2020-02-05Document some pokenav and region mapGriffinR
2019-12-15Split PokenavMatchCallEntries from PokenavMonListGriffinR
2019-12-08More pokenav match call documentationGriffinR
2019-12-05Document a bit of Match CallGriffinR
2019-08-05Finish pokenav_unk_8PikalaxALT
2019-08-04More pokemav, massive clean-up, seriously who the left the file in this state???DizzyEggg
2019-05-16name some trainer card related functionsgarak
2019-04-16Finish decompiling pokenav_unk_4.cMarcus Huderle
2019-04-16Decompile pokenav_unk_4.c through sub_81CB678()Marcus Huderle
2019-04-14Decompile all of pokenav_unk_3.cMarcus Huderle
2019-04-07Fix nonmatching MatchCall_MoveWindow functionPhlosioneer
2019-04-07First round of fixesPhlosioneer
2019-04-07Change "navgear" to "pokenav"Phlosioneer
2019-04-07Break up pokenav into subfilesPhlosioneer
The files are separated based on the pokenav resources substruct ID they use.