Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-11 | Move balls, shop, link, map popups, and bag out of interface | GriffinR | |
2021-11-04 | Merge branch 'master' into doc-menu | GriffinR | |
2021-11-04 | Finish menu documentation | GriffinR | |
2021-11-03 | Propagate BG_COORD constants | GriffinR | |
2021-11-03 | Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAW | GriffinR | |
2021-11-03 | Start remaining menu documentation | GriffinR | |
2021-11-03 | Add COPYWIN constants | GriffinR | |
2021-11-03 | Merge branch 'master' into doc-finalmisc | GriffinR | |
2021-11-03 | Merge pull request #1536 from GriffinRichards/clean-braille | GriffinR | |
Add font id constants, better braille support | |||
2021-11-02 | Document files with a few remaining symbols | GriffinR | |
2021-10-30 | Add font id constants | GriffinR | |
2021-10-27 | Label remaining symbols in graphics.c | GriffinR | |
2021-10-27 | Document field player functions | cbt6 | |
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-11 | Merge branch 'master' into doc-itemmenu2 | GriffinR | |
2021-08-10 | Document item menu | GriffinR | |
2021-08-02 | Merge branch 'master' into doc-playerpc | GriffinR | |
2021-08-02 | Document player pc | GriffinR | |
2021-06-18 | change printItemFunc to use u32 instead of s32 | Kurausukun | |
also change a use of -2 to LIST_CANCEL | |||
2021-04-23 | Document Battle Pyramid Bag | GriffinR | |
2021-04-11 | Document pokeblock menu | GriffinR | |
2021-02-24 | Add palette selection constants | GriffinR | |
2021-02-24 | Use TASK_NONE constant | GriffinR | |
2021-02-24 | Use WINDOW_NONE constant | GriffinR | |
2021-02-07 | Merge pull request #1317 from opakedragon/master | GriffinR | |
Fix Spelling of BagMenu_RemoveBagItemMessageindow | |||
2021-01-29 | Revert "Revert "Fix Spelling of BagMenu_RemoveBagItemMessageindow"" | opakedragon | |
This reverts commit be50fab8f2dc81b1d7e33de29866271e5153bbdc. | |||
2021-01-29 | Revert "Fix Spelling of BagMenu_RemoveBagItemMessageindow" | opakedragon | |
This reverts commit 3a6be5a34c48d11e8721100deca3955354ed576e. | |||
2021-01-27 | Fix Spelling of BagMenu_RemoveBagItemMessageindow | opakedragon | |
2021-01-26 | Document object lock and some trainer approach | GriffinR | |
2021-01-19 | Merge pull request #1311 from GriffinRichards/clean-unused | GriffinR | |
Remove unused local variables and functions | |||
2021-01-19 | Remove unused local variables and functions | GriffinR | |
2021-01-19 | Add FIRST_BALL, some FIRST_BERRY_INDEX usage | GriffinR | |
2021-01-19 | Add misc item data constants | GriffinR | |
2021-01-19 | Use ARRAY_COUNT in InitBgsFromTemplates | GriffinR | |
2021-01-03 | Remove unnecessary string.h includes | GriffinR | |
2020-11-03 | Merge pull request #1189 from aaaaaa123456789/reverts | PikalaxALT | |
Undo PokeCodec's PRs and port changes | |||
2020-11-02 | Re-apply joypad macros (minus merge conflicts) | aaaaaa123456789 | |
2020-10-29 | Use constants for menu info icon table | GriffinR | |
2020-10-26 | Merge branch 'master' into reverts | aaaaaa123456789 | |
2020-09-25 | Use constants for item digits | GriffinR | |
2020-09-13 | Undo PokeCodec's PRs | aaaaaa123456789 | |
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183. | |||
2020-09-08 | Match BattleIntroOpponent1SendsOutMonAnimation | PokeCodec | |
2020-09-05 | Removed unused parentheses | PokeCodec | |
2020-09-04 | Switch to button macros | PokeCodec | |
2020-08-28 | Merge branch 'master' into doc-blender | GriffinR | |
2020-08-28 | Merge pull request #1146 from GriffinRichards/rename-songs | GriffinR | |
Give songs meaningful english names | |||
2020-08-28 | Merge branch 'master' into doc-blender | GriffinR | |
2020-08-28 | Partially document item_menu.c | Eduardo Quezada | |
2020-08-22 | Start documenting berry blender | GriffinR | |
2020-08-20 | Give songs meaningful english names | GriffinR | |