summaryrefslogtreecommitdiff
path: root/src/diploma.c
AgeCommit message (Collapse)Author
2019-03-08Merge branch 'master' into extern-cleanupPhlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-03-01Reduce externsPhlosioneer
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-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-07Fix incorrect compressed types, part 2Diegoisawesome
2018-10-27Window priority to window bgDizzyEggg
2018-10-21Fix LZ compressed data alignmentDiegoisawesome
2018-09-08Standartize AddTextPrinterParametrized functions,DizzyEggg
2018-07-15Document list_menu.c and main_menu.cDiegoisawesome
2018-02-07Merge branch 'master' of https://github.com/pret/pokeemerald into menuDiegoisawesome
2018-02-06Finish menu.s and eliminate TextColorDiegoisawesome
2018-01-29decompile scanline effectDizzyEggg
2018-01-24Fix spelling of 'Parametrized' to 'Parameterized'Diegoisawesome
2018-01-21Merge branch 'master' of https://github.com/pret/pokeemerald into fix_permsDevin
2018-01-19Fix file permissions.Devin
2018-01-16decompile option menuDizzyEggg
2017-10-09add diploma header and static names fixDizzyEggg
2017-10-07forgot to remove unnecessary local ptrProjectRevoTPP
2017-10-07decompile diploma.cProjectRevoTPP