Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-26 | Merge branch 'master' into reverts | aaaaaa123456789 | |
2020-10-26 | port ReceiveDaycareMailData fakematch fix | Kurausukun | |
2020-10-01 | Replace POKEMON_SLOTS_NUMBER | 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-09-09 | Record mixing fakematch fixed! | PokeCodec | |
2020-09-09 | Mail Time | PokeCodec | |
2020-08-28 | Merge pull request #1146 from GriffinRichards/rename-songs | GriffinR | |
Give songs meaningful english names | |||
2020-08-21 | Merge pull request #1141 from GriffinRichards/add-nonmatch | PikalaxALT | |
Wrap asm statements in NONMATCHING | |||
2020-08-20 | Give songs meaningful english names | GriffinR | |
2020-08-18 | Wrap asm statements in NONMATCHING | 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-08 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-06-29 | Document more misc field effects | GriffinR | |
2020-06-08 | Some link rfu cleanup / link.c documentation | GriffinR | |
2020-06-06 | Document cable_club.c | GriffinR | |
2020-03-03 | Clarify event ticket flag names | GriffinR | |
2019-12-17 | Document some warp/field screen effect | GriffinR | |
2019-11-25 | Document Frontier Util | GriffinR | |
2019-11-23 | Use APPRENTICE_COUNT for record_mixing mod | GriffinR | |
2019-11-20 | Clean up Apprentice doc | GriffinR | |
2019-11-16 | WIP Document apprentice | GriffinR | |
2019-10-21 | Document mauville_man.inc | GriffinR | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-08-21 | document remaining funcs | GriffinR | |
2019-08-21 | favor lady funcs | GriffinR | |
2019-06-26 | Fix/suppress warnings when building with gcc-8 | PikalaxALT | |
2019-04-05 | Document secret base | Marcus Huderle | |
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 | Clean up the last extern functions | Phlosioneer | |
2019-03-01 | Fix minor errors | Phlosioneer | |
2019-02-26 | Incorporate feedback | Phlosioneer | |
2019-02-22 | Give window drawing functions better names | Phlosioneer | |
2019-02-21 | Merge branch 'master' into main-menu-state-machine | Phlosioneer | |
2019-02-21 | Merge branch 'master' into multiplayer-stuff | Phlosioneer | |
2019-02-18 | Clean up mistakes and bad formatting | Phlosioneer | |
2019-02-15 | Finish and polish new_game.c | Phlosioneer | |
Only one function is left undocumented. I tried to go into the assembly to at least name it, but it clears fields in the save block that aren't even documented yet. | |||
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. | |||
2018-12-31 | Merge branch 'master' of github.com:pret/pokeemerald into trade | Diegoisawesome | |
2018-12-31 | Cleanup and documentation | Diegoisawesome | |
2018-12-29 | Fakematch a function | DizzyEggg | |
2018-12-27 | Misc overworld documentation | Marcus Huderle | |
2018-12-19 | rename fldeff_misc | garak | |
2018-12-10 | Rename UnknownPokemonStruct to BattleTowerPokemon. | Meowsy | |
2018-12-09 | Merge branch 'master' into weather | DizzyEggg | |
2018-12-08 | Finish field screen | DizzyEggg | |
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 |