summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-14Rename 'hidden' Trainers/obj events to 'buried'SphericalIce
2021-02-14Merge pull request #1326 from GriffinRichards/doc-layoutsGriffinR
Label unused layouts
2021-02-14Merge pull request #1325 from GriffinRichards/constants-berrytreeGriffinR
Add berry tree id constants
2021-02-14oopsKurausukun
2021-02-14fix indentationKurausukun
2021-02-14[LEAK-INFORMED] remove fakematching commentKurausukun
it is in fact not a fakematch
2021-02-14[LEAK-INFORMED] fix battle dome fakematchingKurausukun
yes they actually fucking did this
2021-02-12Document PokemonUseItemEffectsGriffinR
2021-02-12Merge pull request #1327 from LOuroboros/vitaminsGriffinR
Added constant labels for EV manipulating item effects
2021-02-12Added constant labels for EV manipulating item effectsLOuroboros
2021-02-10Fix swapped route 102 berriesGriffinR
2021-02-08Merge pull request #1321 from GriffinRichards/doc-evosceneGriffinR
Document evolution scene
2021-02-08Merge pull request #1319 from GriffinRichards/crt0commGriffinR
Add comments for some data in crt0.s
2021-02-08Label unused layoutsGriffinR
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-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 #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