summaryrefslogtreecommitdiff
path: root/src/berry_crush.c
AgeCommit message (Collapse)Author
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-08-102PokeCodec
2020-07-08Merge branch 'master' into doc-overworldGriffinR
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-23Document some overworld and field effectsGriffinR
2020-06-13Merge branch 'master' into doc-linkGriffinR
2020-06-10Begin item_menu.c cleanupSierraffinity
2020-06-07Sync link_rfu_2.cGriffinR
2020-06-06Document cable_club.cGriffinR
2020-05-31Document union_room.cGriffinR
2020-05-24Use fixed point macros for math utilGriffinR
2020-05-24Document math_util.cGriffinR
2020-05-24Match sub_8024604GriffinR
2020-05-24Clean up sub_8022C58GriffinR
2020-05-24Match sub_8022250GriffinR
2020-04-08Sync minigame_countdownGriffinR
2020-04-08Sync digit_obj_utilGriffinR
2020-03-06sub_8021A28jiangzhengwenjz
2020-02-17Move berry crush data to srcGriffinR
2020-02-16Port librfu from fireredPikalaxALT
2019-12-18use STR_CONV_MODE_* constantsjiangzhengwenjz
2019-12-18nonmatch sub_8024604jiangzhengwenjz
2019-12-17sub_8023CACjiangzhengwenjz
2019-12-17sub_8023BC0jiangzhengwenjz
2019-12-16sub_8022250jiangzhengwenjz
2019-12-16sub_8022F04jiangzhengwenjz
2019-12-10Document misc strings and text colorsGriffinR
2019-11-13Document Contest Hall berry blenders and miscGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-07-09Decompile 4 berry crush functionsDizzyEggg
2019-04-11nonmatchingsDizzyEggg
2019-04-07Merge branch 'master' into contest-ai-cleanupPhlosioneer
2019-04-04Move gUnknown_02022C90 from sym_ewram.txtPikalaxALT
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-03-31Document mystery_giftPikalaxALT
2019-03-31Start decompiling berry_crush.cMarcus Huderle