summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-01-26Document object lock and some trainer approachGriffinR
2021-01-26Clean up scrcmd.cGriffinR
2021-01-21Merge pull request #1305 from GriffinRichards/doc-battletvGriffinR
Document battle tv data
2021-01-20Merge pull request #1312 from sphericalice/pokeemeraldGriffinR
Fix misnamed ground effect flags & document reflections
2021-01-20Rename GetObjEventReflectionType & fix fakematch in ↵SphericalIce
GetGroundEffectFlags_Reflection
2021-01-20Move the definition of RETURN_REFLECTION_TYPE_AT and make use of REFL_TYPE_NONESphericalIce
2021-01-20Include NUM_REFLECTION_TYPES in the ReflectionTypes enumSphericalIce
2021-01-19Merge pull request #1311 from GriffinRichards/clean-unusedGriffinR
Remove unused local variables and functions
2021-01-19Merge pull request #1309 from GriffinRichards/misc-macroGriffinR
Use constants for item data, misc other constants/fixes
2021-01-19Name object event ID arguments properlySphericalIce
2021-01-19Correct ground effect flag names for reflections & document sprite data usageSphericalIce
2021-01-19Remove unused local variables and functionsGriffinR
2021-01-19Add FIRST_BALL, some FIRST_BERRY_INDEX usageGriffinR
2021-01-19Name color return values more accuratelySphericalIce
2021-01-19Make broader use of RGB macrosSphericalIce
2021-01-19Add misc item data constantsGriffinR
2021-01-19Use constants for contestLinkResultsGriffinR
2021-01-19Use NUMBER_OF_MON_TYPES in pokedex searchGriffinR
2021-01-19Use ARRAY_COUNT in PrintMenuTableGriffinR
2021-01-19Use ARRAY_COUNT in InitBgsFromTemplatesGriffinR
2021-01-19Use GET_UNOWN_LETTER macroGriffinR
2021-01-14Document battle tv dataGriffinR
2021-01-14Index gBardSoundsTableGriffinR
2021-01-14Array count for easy chat word groupsGriffinR
2021-01-14Index sTMHMMovesGriffinR
2021-01-13Label remaining battle typesGriffinR
2021-01-11Fix missing header for sub_817F77C BUGFIXGriffinR
2021-01-11Move SeedRngWithRtc fix to BUGFIX conditionalGriffinR
2021-01-11Merge pull request #1297 from SatoMew/masterGriffinR
Document the unused battle strings for downpour weather
2021-01-11rename string id/variable to reflect usageopakedragon
2021-01-10Document the unused battle strings for downpour weatherSatoMew
2021-01-10Merge pull request #1296 from GriffinRichards/bugfix-typoGriffinR
Add missing braces to bugfix in CalculateMonStats
2021-01-10Add missing braces to bugfix in CalculateMonStatsGriffinR
2021-01-07Use the correct constant for max-IV masksSphericalIce
2021-01-07Use constants for max IVs & the random IV generation flagSphericalIce
2021-01-07Use the constant for the max total of EVsSphericalIce
2021-01-05Merge pull request #1293 from GriffinRichards/typo-pyramindGriffinR
Fix sPyramindFloorNames typo
2021-01-04Fix sPyramindFloorNames typoGriffinR
2021-01-04Merge pull request #1292 from GriffinRichards/fix-partymenuGriffinR
Remove unnecessary subtraction in switch
2021-01-04Merge pull request #1291 from Sierraffinity/masterGriffinR
Fix/document possible division by zero in ConvertScaleParam
2021-01-04Remove unnecessary subtraction in switchGriffinR
2021-01-04Fix/document possible division by zero in ConvertScaleParamSierraffinity
2021-01-04Some decoration labels, use constant for tileset sizeGriffinR
2021-01-04Clean up gDecorations with gItems formatGriffinR
2021-01-04Fix substitute back spriteGriffinR
2021-01-03Remove unnecessary string.h includesGriffinR
2021-01-03Merge pull request #1283 from GriffinRichards/doc-factscreenGriffinR
Document battle factory screen
2021-01-03Merge pull request #1285 from GriffinRichards/doc-fieldscrGriffinR
Minor field_screen_effect / field_player_avatar documentation
2021-01-01Merge pull request #1281 from GriffinRichards/index-bcGriffinR
Index battle controller cmd tables
2021-01-01Label some ReturnToField funcsGriffinR