Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-24 | Merge branch 'master' into tag-none | GriffinR | |
2021-09-14 | Add TAG_NONE | 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-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-05-15 | Various BUGFIXes and UBFIXes | ExpoSeed | |
2021-04-15 | Doc storage - choose box menu, move wallpaper gfx | GriffinR | |
2021-04-09 | standardize "grey" to "gray" | Kurausukun | |
2021-03-22 | Misc labels in battle facilities | GriffinR | |
2021-02-24 | Add palette selection constants | GriffinR | |
2020-12-31 | Fix modern -> UBFIX macro change | GriffinR | |
2020-12-31 | Merge branch 'master' into doc-factscreen | GriffinR | |
2020-12-31 | Finish factory swap screen doc | GriffinR | |
2020-12-30 | Finish factory select screen doc | GriffinR | |
2020-12-30 | Resume factory screen doc | GriffinR | |
2020-12-12 | Use BUGFIX for some inline fixes | GriffinR | |
2020-11-04 | Revert to original battle factory gcc 10 fix | GriffinR | |
2020-11-04 | Fix typo | GriffinR | |
2020-11-04 | Condense fix for battle factory on gcc 10 | GriffinR | |
2020-11-04 | Fix battle factory on gcc 10 | GriffinR | |
2020-09-04 | Switch to button macros | PokeCodec | |
2020-09-03 | WIP More factory screen doc | GriffinR | |
2020-08-31 | Start documenting battle factory screen | GriffinR | |
2020-07-17 | Merge pull request #1088 from GriffinRichards/doc-starterchoose | GriffinR | |
Document starter_choose.c | |||
2020-07-13 | Clean up some frontier mon use in battle factory | GriffinR | |
2020-07-06 | Document starter_choose.c | GriffinR | |
2019-12-10 | Document misc strings and text colors | GriffinR | |
2019-12-06 | More SPRITE macro usage | GriffinR | |
2019-12-06 | Use ST_OAM constants for OamData definitions | GriffinR | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-06-26 | Fix/suppress warnings when building with gcc-8 | PikalaxALT | |
2019-05-16 | use ability num instead of alt ability | DizzyEggg | |
2019-04-07 | Merge branch 'master' into contest-ai-cleanup | Phlosioneer | |
2019-04-05 | Clean up data headers | DizzyEggg | |
2019-04-04 | RGB Constants | Phlosioneer | |
2019-03-16 | Use constants for Oam .shape and .size fields | Phlosioneer | |
Also some general formatting fixes for constants. | |||
2019-03-03 | Bugfixes from #591 | Phlosioneer | |
2019-03-02 | Rename macro with correct name for pixel values | Phlosioneer | |
2019-02-26 | Merge branch 'master' into main-menu-state-machine | Phlosioneer | |
2019-02-23 | Documented/polished pokemon_summary_screen.c | Ariel Antonitis | |
Mostly variables mislabeled as global and some formerly unknown stuff. | |||
2019-02-21 | Improve window palette macros | Phlosioneer | |
2019-02-11 | Document main_menu state machine, name window constants | Phlosioneer | |
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do. | |||
2019-02-07 | Document battle factory functions | Marcus Huderle | |
2018-12-25 | use max mon moves constant where able (#480) | melthelesbian | |
* use max mon moves constant where able * fix errors in script commands file * fix more errors | |||
2018-12-24 | Clear includes | DizzyEggg | |
2018-12-17 | 3.5 asm left | DizzyEggg | |
2018-12-16 | 6k left | DizzyEggg | |
2018-12-06 | Fix alloc.c as per #386, define INVALID_ constants and rename malloc to ↵ | nullableVoidPtr | |
alloc as per #325 Some of the INVALID_ are likely erroneously placed, due to lack of documentation | |||
2018-11-19 | apprentice and factory screen common symbols | DizzyEggg | |
2018-11-11 | Factory done | DizzyEggg | |