Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-30 | Merge pull request #1507 from GriffinRichards/doc-walda | GriffinR | |
Document Walda Phrase | |||
2021-09-30 | Rename Battle Weather flags | Pokestia | |
2021-09-26 | Document walda_phrase | GriffinR | |
2021-09-24 | Document some single-remaining symbols | GriffinR | |
2021-09-23 | Merge branch 'master' into trailingSpaces | GriffinR | |
2021-09-09 | Clean up Lilycove Lady | GriffinR | |
2021-08-24 | Removed trailing spaces in the most relevant files | LOuroboros | |
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-21 | Label swap line margin flag | GriffinR | |
2021-08-11 | Merge branch 'master' into doc-itemmenu2 | GriffinR | |
2021-08-11 | Merge pull request #1489 from GriffinRichards/doc-playerpc | GriffinR | |
Document player pc | |||
2021-08-11 | Merge pull request #1488 from GriffinRichards/doc-frontierpass2 | GriffinR | |
Document frontier pass | |||
2021-08-10 | Document item menu | GriffinR | |
2021-08-05 | Corrected inconsistent flag label spelling | LOuroboros | |
2021-08-02 | Merge branch 'master' into doc-playerpc | GriffinR | |
2021-08-02 | Document player pc | GriffinR | |
2021-07-31 | Merge branch 'master' into doc-frontierpass2 | GriffinR | |
2021-07-31 | Document frontier pass | GriffinR | |
2021-07-26 | Re-ordered the hidden item flags list | LOuroboros | |
Instead of sorting them by location, it makes more sense to sort them by their value. | |||
2021-07-23 | Removed unused status ailment constants | LOuroboros | |
2021-07-10 | Merge pull request #1474 from GriffinRichards/clean-miragetower | GriffinR | |
Clean up Mirage Tower | |||
2021-07-08 | Merge pull request #1475 from GriffinRichards/doc-minor | GriffinR | |
Label remaining symbols in a few files | |||
2021-07-08 | Merge pull request #1478 from Kurausukun/itemprint | GriffinR | |
Change ItemPrintFunc to Use u32 Instead of s32 | |||
2021-07-05 | Add local id constants for C | GriffinR | |
2021-07-03 | Revert "remove gflib" | Kurausukun | |
This reverts commit 8b59909ac5eb6e3540aeb78396943d57a9702e4d. | |||
2021-07-03 | Merge pull request #1471 from GriffinRichards/fix-lock | GriffinR | |
Fix some object lock names | |||
2021-07-02 | Condense battle AI scripts, minor clean up | GriffinR | |
2021-07-02 | Document smart shopper TV show | GriffinR | |
2021-07-02 | Label remaining region_map symbols | GriffinR | |
2021-07-01 | Clean up mirage tower | GriffinR | |
2021-06-21 | Merge pull request #1469 from GriffinRichards/fix-contesthearts | PikalaxALT | |
Clarify contest heart tiles | |||
2021-06-21 | Clarify contest heart tiles | GriffinR | |
2021-06-18 | change printItemFunc to use u32 instead of s32 | Kurausukun | |
also change a use of -2 to LIST_CANCEL | |||
2021-06-17 | remove gflib | Kurausukun | |
2021-06-13 | Change map header flags to use a bitfield | ExpoSeed | |
2021-06-10 | Remove remaining grey and replace with gray | ExpoSeed | |
2021-05-31 | [LEAK-INFORMED] fix CreateShedinja fakematch | Kurausukun | |
info: the header change is required. accesses to the struct need to be treated as non-const, even though the array must be const. thanks to jiang for figuring this out. | |||
2021-05-13 | Update IsPokemonCryPlaying | gAlfonso-bit | |
2021-05-11 | Name map groups | GriffinR | |
2021-05-06 | Fix Substitute typo | Flametix | |
2021-05-04 | Restore EReaderTrainerHillSet dummy | GriffinR | |
2021-05-04 | Fix some object lock names | GriffinR | |
2021-04-29 | Merge pull request #1421 from GriffinRichards/doc-tvrecordmix | GriffinR | |
Document TV | |||
2021-04-28 | Merge pull request #1420 from GriffinRichards/doc-dataanims | GriffinR | |
Document battler affine anims, default pokeball throw | |||
2021-04-28 | Merge pull request #1418 from GriffinRichards/sync-ereaderhelp | GriffinR | |
Sync e-reader helpers, document trainer hill e-reader | |||
2021-04-27 | Merge pull request #1417 from GriffinRichards/doc-pyramidbag | GriffinR | |
Document Battle Pyramid Bag | |||
2021-04-27 | Merge pull request #1415 from GriffinRichards/doc-contestutil | GriffinR | |
Some Contest clean up | |||
2021-04-26 | Merge pull request #1419 from GriffinRichards/doc-animstatus | GriffinR | |
Label more unused battle anims | |||
2021-04-26 | Merge pull request #1410 from GriffinRichards/doc-tradedata | GriffinR | |
Document trade sequence animation, some trade cleanup | |||
2021-04-26 | Document TV | GriffinR | |
2021-04-25 | Document battler sprite affine anims, default pokeball throw | GriffinR | |