Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-10 | 2 | PokeCodec | |
2020-07-08 | Merge branch 'master' into doc-overworld | GriffinR | |
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-23 | Document some overworld and field effects | GriffinR | |
2020-06-13 | Merge branch 'master' into doc-link | GriffinR | |
2020-06-10 | Begin item_menu.c cleanup | Sierraffinity | |
2020-06-07 | Sync link_rfu_2.c | GriffinR | |
2020-06-06 | Document cable_club.c | GriffinR | |
2020-05-31 | Document union_room.c | GriffinR | |
2020-05-24 | Use fixed point macros for math util | GriffinR | |
2020-05-24 | Document math_util.c | GriffinR | |
2020-05-24 | Match sub_8024604 | GriffinR | |
2020-05-24 | Clean up sub_8022C58 | GriffinR | |
2020-05-24 | Match sub_8022250 | GriffinR | |
2020-04-08 | Sync minigame_countdown | GriffinR | |
2020-04-08 | Sync digit_obj_util | GriffinR | |
2020-03-06 | sub_8021A28 | jiangzhengwenjz | |
2020-02-17 | Move berry crush data to src | GriffinR | |
2020-02-16 | Port librfu from firered | PikalaxALT | |
2019-12-18 | use STR_CONV_MODE_* constants | jiangzhengwenjz | |
2019-12-18 | nonmatch sub_8024604 | jiangzhengwenjz | |
2019-12-17 | sub_8023CAC | jiangzhengwenjz | |
2019-12-17 | sub_8023BC0 | jiangzhengwenjz | |
2019-12-16 | sub_8022250 | jiangzhengwenjz | |
2019-12-16 | sub_8022F04 | jiangzhengwenjz | |
2019-12-10 | Document misc strings and text colors | GriffinR | |
2019-11-13 | Document Contest Hall berry blenders and misc | GriffinR | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-07-09 | Decompile 4 berry crush functions | DizzyEggg | |
2019-04-11 | nonmatchings | DizzyEggg | |
2019-04-07 | Merge branch 'master' into contest-ai-cleanup | Phlosioneer | |
2019-04-04 | Move gUnknown_02022C90 from sym_ewram.txt | PikalaxALT | |
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-03-31 | Document mystery_gift | PikalaxALT | |
2019-03-31 | Start decompiling berry_crush.c | Marcus Huderle | |