Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-13 | Merge pull request #1547 from GriffinRichards/doc-sounddata | GriffinR | |
Clean up sound, add CRY_MODE constants | |||
2021-11-07 | Disambiguate cry functions | GriffinR | |
2021-11-03 | Propagate BG_COORD constants | GriffinR | |
2021-11-03 | Add COPYWIN constants | 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-04-15 | More usage of DISPLAY constants | GriffinR | |
2020-03-10 | Document pokedex cry screen | GriffinR | |
2020-03-09 | Document pokedex.c | GriffinR | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-04-02 | Cleanup OamData entries | Phlosioneer | |
2019-03-16 | Use constants for Oam .shape and .size fields | Phlosioneer | |
Also some general formatting fixes for constants. | |||
2019-02-02 | Clean up ram vars | 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-28 | Decompile pokedex_cry_screen.c (#406) | Marcus Huderle | |