Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-24 | Document some single-remaining symbols | GriffinR | |
2021-08-24 | Removed trailing spaces in the most relevant files | LOuroboros | |
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-24 | Add palette selection constants | GriffinR | |
2021-01-19 | Remove unused local variables and functions | GriffinR | |
2020-10-01 | Replace POKEMON_SLOTS_NUMBER | GriffinR | |
2020-09-04 | Switch to button macros | PokeCodec | |
2020-08-20 | Give songs meaningful english names | GriffinR | |
2020-06-24 | Allow flag/var counts to be updated alongside values | GriffinR | |
2020-06-10 | Begin item_menu.c cleanup | Sierraffinity | |
2020-03-17 | Merge pull request #1000 from GriffinRichards/doc-dex | PikalaxALT | |
Document pokedex.c | |||
2020-03-09 | Document pokedex.c | GriffinR | |
2020-02-05 | Document some pokenav and region map | GriffinR | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-06-26 | Fix/suppress warnings when building with gcc-8 | PikalaxALT | |
2019-03-31 | Merge branch 'master' into pokedex-area-const-array | Phlosioneer | |
2019-03-31 | Change names from MAP_AREA_ to MAP_GROUP_ | Phlosioneer | |
2019-03-16 | Use constants for Oam .shape and .size fields | Phlosioneer | |
Also some general formatting fixes for constants. | |||
2019-03-12 | Document sAreaGlowTilemapMapping | Phlosioneer | |
I used a script to generate the format for the array, so I can easily change its formatting if needed. | |||
2019-01-02 | Fix merge conflicts | Tetrable | |
2019-01-02 | Finish off labelling flags | Tetrable | |
2018-12-26 | Fix BgAttributes | DizzyEggg | |
2018-12-06 | Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵ | nullableVoidPtr | |
spaces -> tabs | |||
2018-11-30 | Decompile pokedex_area_screen.c (#412) | Marcus Huderle | |