Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-02-26 | Incorporate feedback | Phlosioneer | |
2019-02-22 | Give window drawing functions better names | Phlosioneer | |
2019-02-21 | Improve window palette macros | Phlosioneer | |
2019-02-21 | Merge branch 'master' into main-menu-state-machine | Phlosioneer | |
2019-02-18 | Merge branch 'master' into multiplayer-stuff | Phlosioneer | |
2019-02-17 | use BG_SCREEN_ADDR macro for tilemap addresses | garak | |
2019-02-11 | Document main_menu state machine, name window constants | Phlosioneer | |
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do. | |||
2019-02-10 | Reverse engineered many of the multiplayer events | Phlosioneer | |
Some corrections to the way events are handled and identified. | |||
2019-02-02 | Add constants for flags and vars | Diegoisawesome | |
2018-12-31 | Cleanup and documentation | Diegoisawesome | |
2018-12-08 | Merge remote-tracking branch 'upstream/master' | nullableVoidPtr | |
2018-12-07 | Use normal apostrophes like adults | Melody | |
2018-12-06 | Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵ | nullableVoidPtr | |
spaces -> tabs | |||
2018-12-06 | Fix alloc.c as per #386, define INVALID_ constants and rename malloc to ↵ | nullableVoidPtr | |
alloc as per #325 Some of the INVALID_ are likely erroneously placed, due to lack of documentation | |||
2018-11-19 | clean up variables in files | DizzyEggg | |
2018-11-07 | Fix incorrect compressed types, part 2 | Diegoisawesome | |
2018-11-06 | Merge remote-tracking branch 'pret/master' into script_menu | Diegoisawesome | |
2018-11-06 | Finish cleaning up text.c | Diegoisawesome | |
2018-11-05 | r5/r6 swap on sub_80E2578 | Diegoisawesome | |
2018-10-27 | Window priority to window bg | DizzyEggg | |
2018-10-17 | begin event flag names, add temporary hidden item macro | garak | |
2018-09-09 | Merge branch 'decompile_frontier_2' of ↵ | Slawter666 | |
https://github.com/DizzyEggg/pokeemerald into factory-data | |||
2018-09-08 | Standartize AddTextPrinterParametrized functions, | DizzyEggg | |
2018-09-02 | Format templates in wallclock.c | Slawter666 | |
2018-09-02 | Format WindowTemplate in berry_blender.c | Slawter666 | |
2018-09-01 | Fix the strings length issue | DizzyEggg | |
2018-09-01 | Bank to battler | DizzyEggg | |