summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-19Revert zero initializationN
2021-01-19Merge pull request #1310 from sphericalice/pokeemeraldGriffinR
Make broader use of RGB macros
2021-01-19Clarified comment againN
2021-01-19Clarified commentsN
Made comments clearer.
2021-01-19Add FIRST_BALL, some FIRST_BERRY_INDEX usageGriffinR
2021-01-19Name color return values more accuratelySphericalIce
2021-01-19Parentheses for GET_UNOWN_LETTERGriffinR
2021-01-19Make broader use of RGB macrosSphericalIce
2021-01-19Don't keep temporary C build files by default.luckytyphlosion
2021-01-19Add misc item data constantsGriffinR
2021-01-19Fix some mislabeled scriptsGriffinR
2021-01-19Note bug in Foresight AIGriffinR
2021-01-19Use constants for contestLinkResultsGriffinR
2021-01-19Use MON_MALE/FEMALE for get_genderGriffinR
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-17Update task.cN
2021-01-17Update task.cN
2021-01-17Update commentN
2021-01-17Make variable name shorterN
2021-01-16renamed taskNum to followupFuncDataIndexN
2021-01-16FIxed the commentsN
2021-01-16Update task.cN
2021-01-16Update task.cN
2021-01-16Remove defineN
2021-01-16Update task.cN
2021-01-16Update task.cN
2021-01-16Get rid of Task_data_OP macroN
This macro is so annoying. Can we please do away with it?
2021-01-16Merge pull request #1307 from Kurausukun/channel_constantGriffinR
use constant for max directsound channels
2021-01-16use constant for max directsound channelsKurausukun
makes it easier to modify the size of the struct used in m4a_1
2021-01-15Merge pull request #1306 from GriffinRichards/pokefillerGriffinR
Make filler in PokemonSubstruct0 explicit
2021-01-15Make filler in PokemonSubstruct0 explicitGriffinR
2021-01-14Merge pull request #1304 from GriffinRichards/misc-cleanGriffinR
Minor table clean up
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-14Merge pull request #1303 from GriffinRichards/doc-battledefGriffinR
Label remaining battle types
2021-01-13Label remaining battle typesGriffinR
2021-01-13Merge pull request #1300 from GriffinRichards/bugfix-cleanGriffinR
Minor BUGFIX changes, remove redundant bug fix descriptions
2021-01-12Merge pull request #1301 from GriffinRichards/anim-indexGriffinR
List battle animation indexes alongside tables
2021-01-11List battle animation indexes alongside tablesGriffinR