summaryrefslogtreecommitdiff
path: root/src/pokedex_cry_screen.c
AgeCommit message (Collapse)Author
2021-11-13Merge pull request #1547 from GriffinRichards/doc-sounddataGriffinR
Clean up sound, add CRY_MODE constants
2021-11-07Disambiguate cry functionsGriffinR
2021-11-03Propagate BG_COORD constantsGriffinR
2021-11-03Add COPYWIN constantsGriffinR
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-07-07Flatten pos fields in struct SpritePikalaxALT
2021-04-15More usage of DISPLAY constantsGriffinR
2020-03-10Document pokedex cry screenGriffinR
2020-03-09Document pokedex.cGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-04-02Cleanup OamData entriesPhlosioneer
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-02-02Clean up ram varsDizzyEggg
2018-12-06Fix 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-28Decompile pokedex_cry_screen.c (#406)Marcus Huderle