summaryrefslogtreecommitdiff
path: root/include/constants
AgeCommit message (Collapse)Author
2021-11-03Merge pull request #1534 from GriffinRichards/doc-btransGriffinR
Document battle transition
2021-11-03Rename WalkFastest functions to WalkFastercbt6
2021-11-01Standarized Solarbeam into Solar BeamEduardo Quezada D'Ottone
2021-10-30Label some animation index numberscbt6
2021-10-29Continue battle_transition documentingGriffinR
2021-10-26Merge pull request #1525 from GriffinRichards/doc-recmixGriffinR
Document remainder of Record Mixing
2021-10-25Merge pull request #1526 from sphericalice/doc-curtain-specialGriffinR
Document the CloseBattlePikeCurtain special
2021-10-25Document the CloseBattlePikeCurtain specialsphericalice
2021-10-24Merge pull request #1520 from GriffinRichards/doc-randomGriffinR
Document random remaining symbols
2021-10-24Document record mixing hall recordsGriffinR
2021-10-24Merge pull request #1519 from GriffinRichards/doc-mgiftGriffinR
Document Mystery Gift
2021-10-24Document record mixing mail swapGriffinR
2021-10-21Fix GET_CARD_BATTLE_LOST typoGriffinR
2021-10-19Merge pull request #1516 from GriffinRichards/doc-miscbattleGriffinR
Miscellaneous battle documentation
2021-10-18More mauville_old_man clean upGriffinR
2021-10-18Clean up metatile_behaviorGriffinR
2021-10-18Clean up mauville_old_man, drop ScrSpecial prefixGriffinR
2021-10-17Correct usage of MysteryEvent to MysteryGiftGriffinR
2021-10-17Document wonder newsGriffinR
2021-10-17Clean up mevent2GriffinR
2021-10-17Clean up wonder card/news viewGriffinR
2021-10-16General mystery gift documentation, finish mystery gift client/server/scriptsGriffinR
2021-10-15Merge branch 'master' into doc-miscbattleGriffinR
2021-10-15Merge branch 'master' into minor-constantsGriffinR
2021-10-15Merge pull request #1511 from GriffinRichards/doc-unionGriffinR
Document link_rfu / Union Room
2021-10-15Document mystery gift link scripts, general mystery giftGriffinR
2021-10-14Start wonder card/news documentingGriffinR
2021-10-13Small correction to map script commentsGriffinR
2021-10-13Label battle script macro argumentsGriffinR
2021-10-13Add controller buffer constants, finish misc battle docGriffinR
2021-10-11Rename battle anim cmds, move its data, name remaining symbolsGriffinR
2021-10-09Add MAP_OFFSETGriffinR
2021-10-09More battle doc, add battle window idsGriffinR
2021-10-08Start misc battle documentationGriffinR
2021-10-07Merge branch 'master' into doc-unionGriffinR
2021-10-07Rename GF Gname, Rfu, finish bulk of Union Room, more link docGriffinR
2021-10-02Document remaining symbols in pokemon.cGriffinR
2021-09-30Rename Battle Weather flagsPokestia
2021-09-24Document some single-remaining symbolsGriffinR
2021-09-23Merge branch 'master' into trailingSpacesGriffinR
2021-09-09Clean up Lilycove LadyGriffinR
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2021-08-11Merge branch 'master' into doc-itemmenu2GriffinR
2021-08-10Document item menuGriffinR
2021-08-05Corrected inconsistent flag label spellingLOuroboros
2021-07-26Re-ordered the hidden item flags listLOuroboros
Instead of sorting them by location, it makes more sense to sort them by their value.
2021-07-23Removed unused status ailment constantsLOuroboros
2021-07-10Merge pull request #1474 from GriffinRichards/clean-miragetowerGriffinR
Clean up Mirage Tower
2021-07-05Add local id constants for CGriffinR
2021-07-02Condense battle AI scripts, minor clean upGriffinR