summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-08Label unused layoutsGriffinR
2021-02-08Fix up dkP related naming here as well.luckytyphlosion
2021-02-08Fix up incorrect term.luckytyphlosion
2021-02-08Fix up dkP related naming.luckytyphlosion
2021-02-08Add instructions for installing libpng on macOSluckytyphlosion
2021-02-07Merge pull request #1317 from opakedragon/masterGriffinR
Fix Spelling of BagMenu_RemoveBagItemMessageindow
2021-02-05Add berry tree id constantsGriffinR
2021-02-05Use GAME_LANGUAGE instead of LANGUAGE_ENGLISHGriffinR
2021-02-05Document secret_base.cGriffinR
2021-02-05Merge pull request #1323 from LOuroboros/newCursorAreaGriffinR
newCurosrArea -> newCursorArea
2021-02-05Merge pull request #1322 from Deokishisu/patch-2GriffinR
Fix "Compatibility" Misspelling
2021-02-05newCurosrArea -> newCursorAreaLOuroboros
2021-02-05Fix "Compatibility" MisspellingDeokishisu
Someone misspelled "compatibility" as "compatability" in the daycare-related files. This commit spells them correctly.
2021-02-03Document evolution sceneGriffinR
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-31Temporary fix for macOS install.luckytyphlosion
Should probably figure out what's exactly setting $DEVKITPRO since it's set by something else upon opening the Terminal.
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 templess builds from not exiting on error.luckytyphlosion
2021-01-27Fix Spelling of BagMenu_RemoveBagItemMessageindowopakedragon
2021-01-26Merge pull request #1294 from luckytyphlosion/aif2pcm-fixluckytyphlosion
Fix bug in pcm delta compression.
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