Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-12 | Clean up pokenav general menus, organize pokenav graphics | GriffinR | |
2021-11-12 | Finish pokenav conditions doc | GriffinR | |
2021-11-09 | Clean up pokenav ribbons | GriffinR | |
2021-11-02 | Document files with a few remaining symbols | 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. | |||
2021-03-18 | port miscellaneous fr documentation | Kurausukun | |
2020-10-26 | Merge branch 'master' into reverts | aaaaaa123456789 | |
2020-10-11 | align pokenav task funcs and update some pokenav menu bg gfx files | Evan | |
2020-10-10 | start pokenav documentation | Evan | |
2020-09-13 | Undo PokeCodec's PRs | aaaaaa123456789 | |
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-23 | sizeOf data type, not pointer value | PokeCodec | |
2020-02-05 | Document some pokenav and region map | GriffinR | |
2020-02-04 | Document some pokenav menu handlers | GriffinR | |
2019-12-17 | Merge branch 'master' into constants-fade | GriffinR | |
2019-12-15 | Use fadescreen constants | GriffinR | |
2019-12-05 | Document a bit of Match Call | GriffinR | |
2019-11-05 | Document Rustboro scripts | GriffinR | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-08-05 | Move pokenav syms around | PikalaxALT | |
2019-08-05 | Make pokenav_unk_8 syms static, fix gcc-9 warnings | PikalaxALT | |
2019-08-04 | Fix build errors | PikalaxALT | |
2019-07-25 | Some more pokenav | DizzyEggg | |
2019-04-16 | Decompile pokenav_unk_5.c | Marcus Huderle | |
2019-04-16 | Finish decompiling pokenav_unk_4.c | Marcus Huderle | |
2019-04-16 | Start decompiling pokenav_unk_4.c | Marcus Huderle | |
2019-04-14 | Start decompiling pokenav_unk_3.c | Marcus Huderle | |
2019-04-13 | Cleanup some pokenav code | Marcus Huderle | |
2019-04-13 | Finish decompiling pokenav_unk_1.c | Marcus Huderle | |
2019-04-13 | About halfway done with pokenav_unk_1.s | Phlosioneer | |
2019-04-13 | Start decomp of pokenav_unk_1 | Phlosioneer | |
Looks like it's the Ribbons menu, based on the first function. | |||
2019-04-08 | Trim headers from pokenav.c | Phlosioneer | |
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. | |||
2019-04-07 | Document left header system | Phlosioneer | |
2019-04-06 | Document decompiled parts of the pokenav main menu | Phlosioneer | |
2019-04-06 | Significant documentatioon progress | Phlosioneer | |
2019-04-06 | Decomp everything onvolving UnknownSubStruct_81C81D4 | Phlosioneer | |
Now I can start cleaning up the fields and substructs | |||
2019-03-16 | Made a new substruct for the substruct | Phlosioneer | |
We must go deeper. | |||
2019-03-16 | Decompiled two difficult functions | Phlosioneer | |
Had do use a lot of `asm` directives for sub_81C8A28 to match. | |||
2019-03-15 | Move constant and EWRAM data into C. | Phlosioneer | |
2019-03-15 | A few more functions decompiled | Phlosioneer | |
2019-03-15 | Merge branch 'master' into pokenav-decomp-again | Phlosioneer | |
2019-03-08 | Merge branch 'master' into extern-cleanup | Phlosioneer | |
2019-03-02 | Merge branch 'master' into main-menu-state-machine | Phlosioneer | |
2019-03-02 | Rename macro with correct name for pixel values | Phlosioneer | |
2019-03-02 | Clean up the last extern functions | Phlosioneer | |
2019-02-27 | Decompile another 7 functions | Phlosioneer | |
2019-02-26 | Merge branch 'master' into main-menu-state-machine | Phlosioneer | |
2019-02-26 | Merge branch 'master' into multiplayer-stuff | Phlosioneer | |
2019-02-25 | Decompiled more, got one NONMATCHING | Phlosioneer | |