summaryrefslogtreecommitdiff
path: root/src/pokemon_icon.c
AgeCommit message (Collapse)Author
2021-11-08Start battle_anim_mons docGriffinR
2021-10-17Some pokemon_icon clean upGriffinR
2021-09-24Merge branch 'master' into tag-noneGriffinR
2021-09-14Add TAG_NONEGriffinR
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-02-24Document mailGriffinR
2021-02-17Some constant use in pokemon_icon.cGriffinR
2021-01-19Use GET_UNOWN_LETTER macroGriffinR
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
2020-01-07More battle_dome.c docGriffinR
2019-12-06More usage of ST_OAM constants and SPRITE macrosGriffinR
2019-10-31Clean up party_menu docGriffinR
2019-10-31Document party_menu second passGriffinR
2019-10-09More trade documentationGriffinR
2019-10-03Document some of tradeGriffinR
2019-05-16name some trainer card related functionsgarak
2019-04-02Use species defines in gMonIconTableDizzyEggg
2019-04-02Cleanup OamData entriesPhlosioneer
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-02-01Fix pokemon icon asmDizzyEggg
2018-12-30Document some battle anims and helpersMarcus Huderle
2018-12-21Review pokemon storage system chaangesDizzyEggg
2018-12-173.5 asm leftDizzyEggg
2018-12-15Up to sub 0x80ce580DizzyEggg
2018-12-09Remove trailing whitespacenullableVoidPtr
2018-12-08Clean more tablesnullableVoidPtr
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-10-21Fix LZ compressed data alignmentDiegoisawesome
2018-04-13Decompile pokemon iconKDSKardabox
2017-12-22dump pokemon iconDizzyEggg