index
:
pokeemerald
master
Pokémon Emerald
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
diploma.c
Age
Commit message (
Expand
)
Author
2021-04-15
Misc reg constant cleanup
GriffinR
2021-04-06
Document remaining overworld
GriffinR
2021-02-24
Add palette selection constants
GriffinR
2021-01-19
Use ARRAY_COUNT in InitBgsFromTemplates
GriffinR
2020-09-04
Switch to button macros
PokeCodec
2020-06-10
Begin item_menu.c cleanup
Sierraffinity
2019-09-08
Move gflib srcs and headers to gflib subdir
PikalaxALT
2019-08-24
Synchronize with pokefirered pokedex.c.
ultima-soul
2019-04-04
RGB Constants
Phlosioneer
2019-03-08
Merge branch 'master' into extern-cleanup
Phlosioneer
2019-03-02
Rename macro with correct name for pixel values
Phlosioneer
2019-03-01
Reduce externs
Phlosioneer
2019-02-21
Improve window palette macros
Phlosioneer
2019-02-11
Document main_menu state machine, name window constants
Phlosioneer
2018-12-06
Fix alloc.c as per #386, define INVALID_ constants and rename malloc to alloc...
nullableVoidPtr
2018-11-07
Fix incorrect compressed types, part 2
Diegoisawesome
2018-10-27
Window priority to window bg
DizzyEggg
2018-10-21
Fix LZ compressed data alignment
Diegoisawesome
2018-09-08
Standartize AddTextPrinterParametrized functions,
DizzyEggg
2018-07-15
Document list_menu.c and main_menu.c
Diegoisawesome
2018-02-07
Merge branch 'master' of https://github.com/pret/pokeemerald into menu
Diegoisawesome
2018-02-06
Finish menu.s and eliminate TextColor
Diegoisawesome
2018-01-29
decompile scanline effect
DizzyEggg
2018-01-24
Fix spelling of 'Parametrized' to 'Parameterized'
Diegoisawesome
2018-01-21
Merge branch 'master' of https://github.com/pret/pokeemerald into fix_perms
Devin
2018-01-19
Fix file permissions.
Devin
2018-01-16
decompile option menu
DizzyEggg
2017-10-09
add diploma header and static names fix
DizzyEggg
2017-10-07
forgot to remove unnecessary local ptr
ProjectRevoTPP
2017-10-07
decompile diploma.c
ProjectRevoTPP