summaryrefslogtreecommitdiff
path: root/src/credits.c
AgeCommit message (Collapse)Author
2021-11-03Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAWGriffinR
2021-11-03Add COPYWIN constantsGriffinR
2021-10-30Add font id 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-09standardize "grey" to "gray"Kurausukun
2021-03-29Finish documenting creditsGriffinR
2021-03-29Add MON_PIC_SIZE constantGriffinR
2021-03-29Document some creditsGriffinR
2021-03-28Document intro, start intro_credits/creditsGriffinR
2021-02-24Add palette selection constantsGriffinR
2021-01-19Merge pull request #1311 from GriffinRichards/clean-unusedGriffinR
Remove unused local variables and functions
2021-01-19Remove unused local variables and functionsGriffinR
2021-01-19Use ARRAY_COUNT in InitBgsFromTemplatesGriffinR
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
2020-09-04Switch to button macrosPokeCodec
2020-09-01Merge pull request #1149 from PokeCodec/datatypesGriffinR
gflib documenting
2020-08-23sizeOf data type, not pointer valuePokeCodec
2020-08-20Give songs meaningful english namesGriffinR
2020-06-24Allow flag/var counts to be updated alongside valuesGriffinR
2020-03-09Document pokedex.cGriffinR
2019-12-06More usage of ST_OAM constants and SPRITE macrosGriffinR
2019-12-06Use ST_OAM constants for OamData definitionsGriffinR
2019-11-04Requested change from pkmn to montustin2121
2019-11-04Document showing pokemon in creditsTustin2121
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-08-17Suggested changes from reviewTustin2121
2019-08-17Documenting credits a bitTustin2121
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-02-21Improve window palette macrosPhlosioneer
2019-02-21Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-02-17use BG_SCREEN_ADDR macro for tilemap addressesgarak
2019-02-13Merge branch 'master' of github.com:pret/pokeemerald into ↵Phlosioneer
main-menu-state-machine
2019-02-11Document main_menu state machine, name window constantsPhlosioneer
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-09Document the intro movie state machinePhlosioneer
Need to study the water droplet animation more closely before they can be renamed; otherwise, this names every major symbol in this file.
2018-12-26Fix Bldalpha argsDizzyEggg
2018-12-26Fix bldcnt gpu reg argsDizzyEggg
2018-12-24Clear includesDizzyEggg
2018-12-20Merge with masterDizzyEggg
2018-12-173.5 asm leftDizzyEggg
2018-12-15Use correct term.Meowsy
2018-12-15Document various things relating to the Pokedex.Meowsy
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-10-27Window priority to window bgDizzyEggg
2018-10-21Fix LZ compressed data alignmentDiegoisawesome
2018-09-10Standardize sprite visibility to booleanDiegoisawesome
2018-09-09Merge branch 'decompile_frontier_2' of ↵Slawter666
https://github.com/DizzyEggg/pokeemerald into factory-data
2018-09-08Standartize AddTextPrinterParametrized functions,DizzyEggg
2018-09-02Format more templatesSlawter666