summaryrefslogtreecommitdiff
path: root/src/pokenav.c
AgeCommit message (Collapse)Author
2021-11-12Clean up pokenav general menus, organize pokenav graphicsGriffinR
2021-11-12Finish pokenav conditions docGriffinR
2021-11-09Clean up pokenav ribbonsGriffinR
2021-11-02Document files with a few remaining symbolsGriffinR
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-03-18port miscellaneous fr documentationKurausukun
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-11align pokenav task funcs and update some pokenav menu bg gfx filesEvan
2020-10-10start pokenav documentationEvan
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183.
2020-08-23sizeOf data type, not pointer valuePokeCodec
2020-02-05Document some pokenav and region mapGriffinR
2020-02-04Document some pokenav menu handlersGriffinR
2019-12-17Merge branch 'master' into constants-fadeGriffinR
2019-12-15Use fadescreen constantsGriffinR
2019-12-05Document a bit of Match CallGriffinR
2019-11-05Document Rustboro scriptsGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-08-05Move pokenav syms aroundPikalaxALT
2019-08-05Make pokenav_unk_8 syms static, fix gcc-9 warningsPikalaxALT
2019-08-04Fix build errorsPikalaxALT
2019-07-25Some more pokenavDizzyEggg
2019-04-16Decompile pokenav_unk_5.cMarcus Huderle
2019-04-16Finish decompiling pokenav_unk_4.cMarcus Huderle
2019-04-16Start decompiling pokenav_unk_4.cMarcus Huderle
2019-04-14Start decompiling pokenav_unk_3.cMarcus Huderle
2019-04-13Cleanup some pokenav codeMarcus Huderle
2019-04-13Finish decompiling pokenav_unk_1.cMarcus Huderle
2019-04-13About halfway done with pokenav_unk_1.sPhlosioneer
2019-04-13Start decomp of pokenav_unk_1Phlosioneer
Looks like it's the Ribbons menu, based on the first function.
2019-04-08Trim headers from pokenav.cPhlosioneer
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.
2019-04-07Document left header systemPhlosioneer
2019-04-06Document decompiled parts of the pokenav main menuPhlosioneer
2019-04-06Significant documentatioon progressPhlosioneer
2019-04-06Decomp everything onvolving UnknownSubStruct_81C81D4Phlosioneer
Now I can start cleaning up the fields and substructs
2019-03-16Made a new substruct for the substructPhlosioneer
We must go deeper.
2019-03-16Decompiled two difficult functionsPhlosioneer
Had do use a lot of `asm` directives for sub_81C8A28 to match.
2019-03-15Move constant and EWRAM data into C.Phlosioneer
2019-03-15A few more functions decompiledPhlosioneer
2019-03-15Merge branch 'master' into pokenav-decomp-againPhlosioneer
2019-03-08Merge branch 'master' into extern-cleanupPhlosioneer
2019-03-02Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-03-02Clean up the last extern functionsPhlosioneer
2019-02-27Decompile another 7 functionsPhlosioneer
2019-02-26Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-02-26Merge branch 'master' into multiplayer-stuffPhlosioneer
2019-02-25Decompiled more, got one NONMATCHINGPhlosioneer