summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2021-01-23Misc battle documentationGriffinR
2021-01-22Document battle_controller_opponent.cGriffinR
2021-01-22Document battle_controller_player.cGriffinR
2021-01-22Document remainder of battle_controllers.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-20Include NUM_REFLECTION_TYPES in the ReflectionTypes enumSphericalIce
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-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-19Add misc item data constantsGriffinR
2021-01-19Use GET_UNOWN_LETTER macroGriffinR
2021-01-15Make filler in PokemonSubstruct0 explicitGriffinR
2021-01-14Document battle tv dataGriffinR
2021-01-13Label remaining battle typesGriffinR
2021-01-11List battle animation indexes alongside tablesGriffinR
2021-01-11rename string id to reflect usageopakedragon
2021-01-07Use constants for max IVs & the random IV generation flagSphericalIce
2021-01-04Fix substitute back spriteGriffinR
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-01Label some ReturnToField funcsGriffinR
2021-01-01Document warp spin functionsGriffinR
2020-12-31Merge branch 'master' into doc-factscreenGriffinR
2020-12-30Resume factory screen docGriffinR
2020-12-29Index battle controller cmd tablesGriffinR
2020-12-24Label remaining subs in battle_tower.cGriffinR
2020-12-14Merge pull request #1265 from Kurausukun/berry_crushGriffinR
fakematch fixes, begin documenting Berry Crush (based on #1187)
2020-12-14Merge pull request #1267 from ipatix/m4a_namesGriffinR
refactor m4a.c/m4a_1.s constant/variable/type naming
2020-12-14Merge pull request #1269 from GriffinRichards/bugfixGriffinR
Use BUGFIX for some inline fixes
2020-12-13BUGFIX implies UBFIXGriffinR
2020-12-13docs: fix simple typo, redunant -> redundantTim Gates
There is a small typo in include/constants/battle_frontier.h. Should read `redundant` rather than `redunant`.
2020-12-12Use BUGFIX for some inline fixesGriffinR
2020-12-12Corrected small inconsistency in move flag namesLOuroboros
2020-12-12fix typoMichael Panzlaff
2020-12-11more CgbSound decipher workMichael Panzlaff
2020-12-11use better m4a variable/constant namesMichael Panzlaff
2020-12-10Merge remote-tracking branch 'upstream/master' into berry_crushKurausukun
2020-12-08Define terminal species IDs relativelyGriffinR
2020-11-23Move object event pal declarations to graphicsGriffinR
2020-11-23Clarify Kecleon objectsGriffinR
2020-11-23Name object event pals/tagsGriffinR
2020-11-17Use more constants in Battle Tower codekageru
2020-11-06add spaces around - and remove comment from include in battle.hMCboy
2020-11-06use constants for ball throw countMCboy
2020-11-03Merge pull request #1189 from aaaaaa123456789/revertsPikalaxALT
Undo PokeCodec's PRs and port changes