summaryrefslogtreecommitdiff
path: root/src/berry_blender.c
AgeCommit message (Collapse)Author
2021-11-09Merge branch 'master' into doc-binterfaceGriffinR
2021-11-08Document remainder of save.cGriffinR
2021-11-03Propagate BG_COORD constantsGriffinR
2021-11-03Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAWGriffinR
2021-11-03Add COPYWIN constantsGriffinR
2021-10-30Add font id constantsGriffinR
2021-10-15Merge branch 'master' into minor-constantsGriffinR
2021-10-09Add TRACKS_ALL, remove BGCntrlBitfieldGriffinR
2021-10-07Merge branch 'master' into doc-unionGriffinR
2021-10-05Continue misc link documentation, rename reset_save_heapGriffinR
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2021-08-15Document remaining functions in cable_clubGriffinR
2021-07-07Flatten pos fields in struct SpritePikalaxALT
2021-04-15Misc reg constant cleanupGriffinR
2021-04-09standardize "grey" to "gray"Kurausukun
2021-02-24Add palette selection constantsGriffinR
2021-02-05Add berry tree id constantsGriffinR
2021-01-19Remove unused local variables and functionsGriffinR
2020-12-12Use BUGFIX for some inline fixesGriffinR
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-08-28Merge branch 'master' into doc-blenderGriffinR
2020-08-25Fix alignmentGriffinR
2020-08-24Finish documenting berry blenderGriffinR
2020-08-22Start documenting berry blenderGriffinR
2020-08-20Give songs meaningful english namesGriffinR
2020-08-16Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contestGriffinR
2020-08-13Document link contest connectionGriffinR
2020-07-24Change signedness and add casts to avoid implicit conversion warningsPokeCodec
2020-07-08Merge pull request #1069 from GriffinRichards/doc-linkPikalaxALT
Document linking
2020-07-05fix aggressive loop optimizationsMichael 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-08Some link rfu cleanup / link.c documentationGriffinR
2020-06-07Sync link_rfu_2.cGriffinR
2019-12-06Use ST_OAM constants for OamData definitionsGriffinR
2019-11-13Document Contest Hall berry blenders and miscGriffinR
2019-10-20Clean up berry_tree.inc and misc adjacent documentationGriffinR
2019-10-12Document cable_club.incGriffinR
2019-09-27Merge branch 'master' into gflibPikalaxALT
2019-09-16Use misc ScrCmd constantsGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-06-26Fix/suppress warnings when building with gcc-8PikalaxALT
2019-05-22Documenting bags, berries and graphicsPapa Cancer
Bag graphics and berry graphics mostly documented item_menu.c significantly documented Bag structs documented and functions renamed to match formatting
2019-04-04RGB ConstantsPhlosioneer
2019-04-03Rename and document more contest setup functionsPhlosioneer
Also properly label the link contest flags variable, and label the contest window ID's.
2019-04-02Found a debug system for pokemon contestsPhlosioneer
2019-03-31Document mystery_giftPikalaxALT
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-08Merge branch 'master' into extern-cleanupPhlosioneer
2019-03-02Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-03-01Reduce externsPhlosioneer