summaryrefslogtreecommitdiff
path: root/src/record_mixing.c
AgeCommit message (Collapse)Author
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-26port ReceiveDaycareMailData fakematch fixKurausukun
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
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-09Record mixing fakematch fixed!PokeCodec
2020-09-09Mail TimePokeCodec
2020-08-28Merge pull request #1146 from GriffinRichards/rename-songsGriffinR
Give songs meaningful english names
2020-08-21Merge pull request #1141 from GriffinRichards/add-nonmatchPikalaxALT
Wrap asm statements in NONMATCHING
2020-08-20Give songs meaningful english namesGriffinR
2020-08-18Wrap asm statements in NONMATCHINGGriffinR
2020-08-16Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contestGriffinR
2020-08-13Document link contest connectionGriffinR
2020-07-08Merge branch 'master' into doc-overworldGriffinR
2020-06-29Document more misc field effectsGriffinR
2020-06-08Some link rfu cleanup / link.c documentationGriffinR
2020-06-06Document cable_club.cGriffinR
2020-03-03Clarify event ticket flag namesGriffinR
2019-12-17Document some warp/field screen effectGriffinR
2019-11-25Document Frontier UtilGriffinR
2019-11-23Use APPRENTICE_COUNT for record_mixing modGriffinR
2019-11-20Clean up Apprentice docGriffinR
2019-11-16WIP Document apprenticeGriffinR
2019-10-21Document mauville_man.incGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-08-21document remaining funcsGriffinR
2019-08-21favor lady funcsGriffinR
2019-06-26Fix/suppress warnings when building with gcc-8PikalaxALT
2019-04-05Document secret baseMarcus Huderle
2019-03-08Merge branch 'master' into extern-cleanupPhlosioneer
2019-03-02Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-03-02Clean up the last extern functionsPhlosioneer
2019-03-01Fix minor errorsPhlosioneer
2019-02-26Incorporate feedbackPhlosioneer
2019-02-22Give window drawing functions better namesPhlosioneer
2019-02-21Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-02-21Merge branch 'master' into multiplayer-stuffPhlosioneer
2019-02-18Clean up mistakes and bad formattingPhlosioneer
2019-02-15Finish and polish new_game.cPhlosioneer
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-11Document main_menu state machine, name window constantsPhlosioneer
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-10Reverse engineered many of the multiplayer eventsPhlosioneer
Some corrections to the way events are handled and identified.
2018-12-31Merge branch 'master' of github.com:pret/pokeemerald into tradeDiegoisawesome
2018-12-31Cleanup and documentationDiegoisawesome
2018-12-29Fakematch a functionDizzyEggg
2018-12-27Misc overworld documentationMarcus Huderle
2018-12-19rename fldeff_miscgarak
2018-12-10Rename UnknownPokemonStruct to BattleTowerPokemon.Meowsy
2018-12-09Merge branch 'master' into weatherDizzyEggg
2018-12-08Finish field screenDizzyEggg
2018-12-06Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵nullableVoidPtr
spaces -> tabs
2018-12-06Fix 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