Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-09 | Merge branch 'master' into doc-binterface | GriffinR | |
2021-11-08 | Document remainder of save.c | GriffinR | |
2021-11-03 | Propagate BG_COORD constants | GriffinR | |
2021-11-03 | Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAW | GriffinR | |
2021-11-03 | Add COPYWIN constants | GriffinR | |
2021-10-30 | Add font id constants | GriffinR | |
2021-10-15 | Merge branch 'master' into minor-constants | GriffinR | |
2021-10-09 | Add TRACKS_ALL, remove BGCntrlBitfield | GriffinR | |
2021-10-07 | Merge branch 'master' into doc-union | GriffinR | |
2021-10-05 | Continue misc link documentation, rename reset_save_heap | 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-08-15 | Document remaining functions in cable_club | GriffinR | |
2021-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-04-15 | Misc reg constant cleanup | GriffinR | |
2021-04-09 | standardize "grey" to "gray" | Kurausukun | |
2021-02-24 | Add palette selection constants | GriffinR | |
2021-02-05 | Add berry tree id constants | GriffinR | |
2021-01-19 | Remove unused local variables and functions | GriffinR | |
2020-12-12 | Use BUGFIX for some inline fixes | GriffinR | |
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-28 | Merge branch 'master' into doc-blender | GriffinR | |
2020-08-25 | Fix alignment | GriffinR | |
2020-08-24 | Finish documenting berry blender | GriffinR | |
2020-08-22 | Start documenting berry blender | GriffinR | |
2020-08-20 | Give songs meaningful english names | GriffinR | |
2020-08-16 | Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contest | GriffinR | |
2020-08-13 | Document link contest connection | GriffinR | |
2020-07-24 | Change signedness and add casts to avoid implicit conversion warnings | PokeCodec | |
2020-07-08 | Merge pull request #1069 from GriffinRichards/doc-link | PikalaxALT | |
Document linking | |||
2020-07-05 | fix aggressive loop optimizations | Michael Panzlaff | |
Previously, aggressive loop optimizations with a new compiler were not possible due to undefined behaviour at end of arrays. A macro "UBFIX" is added to allow ifdefs for fixes which resolve undefined behavior. For example newer GCC versions will detect various bugs in the original game code and will otherwise not compile with -Werror. | |||
2020-06-08 | Some link rfu cleanup / link.c documentation | GriffinR | |
2020-06-07 | Sync link_rfu_2.c | GriffinR | |
2019-12-06 | Use ST_OAM constants for OamData definitions | GriffinR | |
2019-11-13 | Document Contest Hall berry blenders and misc | GriffinR | |
2019-10-20 | Clean up berry_tree.inc and misc adjacent documentation | GriffinR | |
2019-10-12 | Document cable_club.inc | GriffinR | |
2019-09-27 | Merge branch 'master' into gflib | PikalaxALT | |
2019-09-16 | Use misc ScrCmd constants | GriffinR | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-06-26 | Fix/suppress warnings when building with gcc-8 | PikalaxALT | |
2019-05-22 | Documenting bags, berries and graphics | Papa Cancer | |
Bag graphics and berry graphics mostly documented item_menu.c significantly documented Bag structs documented and functions renamed to match formatting | |||
2019-04-04 | RGB Constants | Phlosioneer | |
2019-04-03 | Rename and document more contest setup functions | Phlosioneer | |
Also properly label the link contest flags variable, and label the contest window ID's. | |||
2019-04-02 | Found a debug system for pokemon contests | Phlosioneer | |
2019-03-31 | Document mystery_gift | PikalaxALT | |
2019-03-16 | Use constants for Oam .shape and .size fields | Phlosioneer | |
Also some general formatting fixes for constants. | |||
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-01 | Reduce externs | Phlosioneer | |