summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2021-10-23IDE support formatting and consistencyJademalo
2021-10-22Improve IDE supportJademalo
2021-10-19Fix incorrect NUM_SECTORS_PER_SLOT defineGriffinR
2021-10-19Merge pull request #1516 from GriffinRichards/doc-miscbattleGriffinR
Miscellaneous battle documentation
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-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-12Clean up recorded_battle, add MOVE_IS_PERMANENTGriffinR
2021-10-11Rename battle anim cmds, move its data, name remaining symbolsGriffinR
2021-10-11Fix misleading RecordMixTrainerNames nameGriffinR
2021-10-11Calculate pokemon substruct size, missing MON_PIC_SIZEGriffinR
2021-10-09Add MAP_OFFSETGriffinR
2021-10-09Add TRACKS_ALL, remove BGCntrlBitfieldGriffinR
2021-10-09More battle doc, add battle window idsGriffinR
2021-10-08Start misc battle documentationGriffinR
2021-10-07Combine link slot length constantsGriffinR
2021-10-07Merge branch 'master' into doc-unionGriffinR
2021-10-07Update argument names in link headers, link_rfu doc cleanupGriffinR
2021-10-07Finish remaining symbols in link_rfu_2GriffinR
2021-10-07Rename GF Gname, Rfu, finish bulk of Union Room, more link docGriffinR
2021-10-05Continue misc link documentation, rename reset_save_heapGriffinR
2021-10-02Document remaining symbols in pokemon.cGriffinR
2021-10-02Document summary screen sprite managerGriffinR
2021-09-30Merge pull request #1507 from GriffinRichards/doc-waldaGriffinR
Document Walda Phrase
2021-09-30Rename Battle Weather flagsPokestia
2021-09-26Document walda_phraseGriffinR
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-21Label swap line margin flagGriffinR
2021-08-15Document remaining functions in cable_clubGriffinR
2021-08-15Start more link_rfu_2 documentationGriffinR
2021-08-11Merge branch 'master' into doc-itemmenu2GriffinR
2021-08-11Merge pull request #1489 from GriffinRichards/doc-playerpcGriffinR
Document player pc
2021-08-11Merge pull request #1488 from GriffinRichards/doc-frontierpass2GriffinR
Document frontier pass
2021-08-10Document item menuGriffinR
2021-08-05Corrected inconsistent flag label spellingLOuroboros
2021-08-02Merge branch 'master' into doc-playerpcGriffinR
2021-08-02Document player pcGriffinR
2021-07-31Merge branch 'master' into doc-frontierpass2GriffinR
2021-07-31Document frontier passGriffinR
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-11Add LINK_MANAGER field comments from SDKGriffinR
2021-07-10Merge pull request #1474 from GriffinRichards/clean-miragetowerGriffinR
Clean up Mirage Tower
2021-07-08Merge pull request #1475 from GriffinRichards/doc-minorGriffinR
Label remaining symbols in a few files