summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
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
2021-07-08Merge pull request #1478 from Kurausukun/itemprintGriffinR
Change ItemPrintFunc to Use u32 Instead of s32
2021-07-05Add local id constants for CGriffinR
2021-07-03Revert "remove gflib"Kurausukun
This reverts commit 8b59909ac5eb6e3540aeb78396943d57a9702e4d.
2021-07-03Merge pull request #1471 from GriffinRichards/fix-lockGriffinR
Fix some object lock names
2021-07-02Condense battle AI scripts, minor clean upGriffinR
2021-07-02Document smart shopper TV showGriffinR
2021-07-02Label remaining region_map symbolsGriffinR
2021-07-01Clean up mirage towerGriffinR
2021-06-21Merge pull request #1469 from GriffinRichards/fix-contestheartsPikalaxALT
Clarify contest heart tiles
2021-06-21Clarify contest heart tilesGriffinR
2021-06-18change printItemFunc to use u32 instead of s32Kurausukun
also change a use of -2 to LIST_CANCEL
2021-06-17remove gflibKurausukun