summaryrefslogtreecommitdiff
path: root/src/pokeblock_feed.c
AgeCommit message (Collapse)Author
2021-11-07Disambiguate cry functionsGriffinR
2021-11-03Merge branch 'master' into doc-finalmiscGriffinR
2021-11-03Merge pull request #1536 from GriffinRichards/clean-brailleGriffinR
Add font id constants, better braille support
2021-11-02Document files with a few remaining symbolsGriffinR
2021-10-30Add font id constantsGriffinR
2021-10-27Label remaining symbols in graphics.cGriffinR
2021-10-19Merge pull request #1516 from GriffinRichards/doc-miscbattleGriffinR
Miscellaneous battle documentation
2021-10-09Add TRACKS_ALL, remove BGCntrlBitfieldGriffinR
2021-10-09More battle doc, add battle window idsGriffinR
2021-10-02Document summary screen sprite managerGriffinR
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-14Drop static function argument namesGriffinR
2021-04-12Document pokeblock feed sceneGriffinR
2021-04-11Document pokeblock menuGriffinR
2021-02-24Add palette selection constantsGriffinR
2021-01-19Remove unused local variables and functionsGriffinR
2020-09-19battle_gfx_sfx_util.c: Very annoying fakematch fix.Kaz
daycare.c: -g eliminates the need for the brace hack. battle_transition.c: Fix Phase2_Ripple_Func2...?
2020-08-24Finish documenting berry blenderGriffinR
2020-07-18Merge branch 'master' into doc-overworldGriffinR
2020-07-18Clean up some battle scr cmd dataGriffinR
2020-06-23Document some overworld and field effectsGriffinR
2020-06-10Begin item_menu.c cleanupSierraffinity
2019-12-06More usage of ST_OAM constants and SPRITE macrosGriffinR
2019-12-06Use ST_OAM constants for OamData definitionsGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-04-07Merge branch 'master' into contest-ai-cleanupPhlosioneer
2019-04-05Clean up data headersDizzyEggg
2019-04-04RGB ConstantsPhlosioneer
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-08Merge branch 'master' into extern-cleanupPhlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-03-02Eliminate more externsPhlosioneer
2019-02-22Give window drawing functions better namesPhlosioneer
2019-02-21Improve window palette macrosPhlosioneer
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.
2018-12-173.5 asm leftDizzyEggg
2018-12-06Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵nullableVoidPtr
spaces -> tabs
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-14Sort includes into alphabetical orderSlawter666
2018-11-06Finish cleaning up text.cDiegoisawesome
2018-11-06Begin cleaning text.cDiegoisawesome
2018-10-21Fix LZ compressed data alignmentDiegoisawesome
2018-10-14Move 'blend_palette'.c to util.cDizzyEggg
2018-09-08Standartize AddTextPrinterParametrized functions,DizzyEggg
2018-07-16Merge with masterDizzyEggg
2018-07-15Document list_menu.c and main_menu.cDiegoisawesome
2018-07-01label multiuse sprite template functionsDizzyEggg
2018-06-17label and document battle windowsDizzyEggg
2018-02-11more pokemon workDizzyEggg