summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-02-02Merge pull request #1314 from GriffinRichards/doc-controllersGriffinR
Document battle controllers, misc other battle
2021-02-01Merge pull request #1316 from GriffinRichards/doc-scrcmdGriffinR
Label remaining script commands, document some scrcmd.c, event_object_lock, trainer_see, berry tree
2021-02-01Merge pull request #1318 from GriffinRichards/bardmovesGriffinR
Minor bard music clean up
2021-01-29Add comments for some data in crt0.sGriffinR
2021-01-29Revert "Revert "Fix Spelling of BagMenu_RemoveBagItemMessageindow""opakedragon
This reverts commit be50fab8f2dc81b1d7e33de29866271e5153bbdc.
2021-01-29Revert "Fix Spelling of BagMenu_RemoveBagItemMessageindow"opakedragon
This reverts commit 3a6be5a34c48d11e8721100deca3955354ed576e.
2021-01-28Label bard music pitch tableGriffinR
2021-01-28Index gBardSounds_Moves and gBardSounds_Pokemon with constantsGriffinR
2021-01-27Fix Spelling of BagMenu_RemoveBagItemMessageindowopakedragon
2021-01-26Merge pull request #1315 from PokeCodec/patch-3luckytyphlosion
Use INTR_FLAG_VBLANK instead of constant 0x1
2021-01-26Merge pull request #1308 from PokeCodec/painluckytyphlosion
Get rid of Task_data_OP macro
2021-01-26Fix up berry sparkleGriffinR
2021-01-26Document object lock and some trainer approachGriffinR
2021-01-26Clean up scrcmd.cGriffinR
2021-01-25Use INTR_FLAG_VBLANK instead of constant 0x1N
2021-01-23Misc battle anim documentationGriffinR
2021-01-23Misc battle documentationGriffinR
2021-01-22Sync link opponent controller doc to opponentGriffinR
2021-01-22Sync recorded opponent controller doc to opponentGriffinR
2021-01-22Document battle_controller_opponent.cGriffinR
2021-01-22Sync link partner controller doc to playerGriffinR
2021-01-22Sync player partner controller doc to playerGriffinR
2021-01-22Sync recorded player controller doc to playerGriffinR
2021-01-22Sync safari/wally controller doc to playerGriffinR
2021-01-22Document battle_controller_player.cGriffinR
2021-01-22Update main.cN
2021-01-22Undo changeN
2021-01-22Some more tweaksN
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-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-19Revert zero initializationN
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-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