Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-13 | Merge branch 'master' into doc-link | GriffinR | |
2020-06-10 | Begin item_menu.c cleanup | Sierraffinity | |
2020-06-01 | Document union_room_player_avatar.c | GriffinR | |
2019-12-21 | Document item_use.c | GriffinR | |
2019-11-16 | Document Trainer Hill | GriffinR | |
2019-04-05 | Document secret base | Marcus Huderle | |
2019-02-28 | Pick better names for constants | Phlosioneer | |
2019-02-28 | Add macros for metatile manipulation | Phlosioneer | |
2019-02-25 | Source file part of map script renaming | Phlosioneer | |
2019-02-06 | Document a bunch of battle pyramid | Marcus Huderle | |
2019-01-13 | Document and clean up trainer hill | DizzyEggg | |
2018-12-31 | Merge branch 'master' of github.com:pret/pokeemerald into trade | Diegoisawesome | |
2018-12-29 | Document some fieldmap stuff | Marcus Huderle | |
2018-12-25 | Merge remote-tracking branch 'pret/master' into trade | Diegoisawesome | |
2018-12-25 | Document mirage_tower.c. (Combine fldeff_groundshake.c and fossil_specials.c) | Marcus Huderle | |
2018-12-24 | make it compile for reals | DizzyEggg | |
2018-12-19 | rename fldeff_misc | garak | |
2018-12-18 | Fix compressed palette alignment | Diegoisawesome | |
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-14 | Sort includes into alphabetical order | Slawter666 | |
2018-11-01 | Finish frontier util | DizzyEggg | |
2018-10-30 | Make frontier util compile | DizzyEggg | |
2018-09-18 | Add defines for tile, metatile, and palette count | Diegoisawesome | |
2018-09-04 | Bring labels for overworld.c over from pokeruby | Slawter666 | |
2018-08-18 | battle dome - a couple more functions | DizzyEggg | |
2018-07-07 | small fixes | DizzyEggg | |
2018-06-20 | Rename map-layout-related things | Marcus Huderle | |
2018-05-09 | Fix capitalization on filename | Diegoisawesome | |
2018-05-09 | Port/decompile fieldmap.c | Diegoisawesome | |