summaryrefslogtreecommitdiff
path: root/src/berry_blender.c
AgeCommit message (Collapse)Author
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
2019-02-26Incorporate feedbackPhlosioneer
2019-02-22Give window drawing functions better namesPhlosioneer
2019-02-21Improve window palette macrosPhlosioneer
2019-02-21Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-02-18Merge branch 'master' into multiplayer-stuffPhlosioneer
2019-02-17use BG_SCREEN_ADDR macro for tilemap addressesgarak
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.
2019-02-02Add constants for flags and varsDiegoisawesome
2018-12-31Cleanup and documentationDiegoisawesome
2018-12-08Merge remote-tracking branch 'upstream/master'nullableVoidPtr
2018-12-07Use normal apostrophes like adultsMelody
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
2018-11-19clean up variables in filesDizzyEggg
2018-11-07Fix incorrect compressed types, part 2Diegoisawesome
2018-11-06Merge remote-tracking branch 'pret/master' into script_menuDiegoisawesome
2018-11-06Finish cleaning up text.cDiegoisawesome
2018-11-05r5/r6 swap on sub_80E2578Diegoisawesome
2018-10-27Window priority to window bgDizzyEggg
2018-10-17begin event flag names, add temporary hidden item macrogarak
2018-09-09Merge branch 'decompile_frontier_2' of ↵Slawter666
https://github.com/DizzyEggg/pokeemerald into factory-data
2018-09-08Standartize AddTextPrinterParametrized functions,DizzyEggg
2018-09-02Format templates in wallclock.cSlawter666
2018-09-02Format WindowTemplate in berry_blender.cSlawter666
2018-09-01Fix the strings length issueDizzyEggg
2018-09-01Bank to battlerDizzyEggg