Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-03 | Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAW | GriffinR | |
2021-11-03 | Add COPYWIN constants | GriffinR | |
2021-10-30 | Add font id constants | 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-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-04-09 | standardize "grey" to "gray" | Kurausukun | |
2021-03-29 | Finish documenting credits | GriffinR | |
2021-03-29 | Add MON_PIC_SIZE constant | GriffinR | |
2021-03-29 | Document some credits | GriffinR | |
2021-03-28 | Document intro, start intro_credits/credits | GriffinR | |
2021-02-24 | Add palette selection constants | GriffinR | |
2021-01-19 | Merge pull request #1311 from GriffinRichards/clean-unused | GriffinR | |
Remove unused local variables and functions | |||
2021-01-19 | Remove unused local variables and functions | GriffinR | |
2021-01-19 | Use ARRAY_COUNT in InitBgsFromTemplates | GriffinR | |
2020-10-01 | Replace POKEMON_SLOTS_NUMBER | GriffinR | |
2020-09-04 | Switch to button macros | PokeCodec | |
2020-09-01 | Merge pull request #1149 from PokeCodec/datatypes | GriffinR | |
gflib documenting | |||
2020-08-23 | sizeOf data type, not pointer value | PokeCodec | |
2020-08-20 | Give songs meaningful english names | GriffinR | |
2020-06-24 | Allow flag/var counts to be updated alongside values | GriffinR | |
2020-03-09 | Document pokedex.c | GriffinR | |
2019-12-06 | More usage of ST_OAM constants and SPRITE macros | GriffinR | |
2019-12-06 | Use ST_OAM constants for OamData definitions | GriffinR | |
2019-11-04 | Requested change from pkmn to mon | tustin2121 | |
2019-11-04 | Document showing pokemon in credits | Tustin2121 | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-08-17 | Suggested changes from review | Tustin2121 | |
2019-08-17 | Documenting credits a bit | Tustin2121 | |
2019-03-16 | Use constants for Oam .shape and .size fields | Phlosioneer | |
Also some general formatting fixes for constants. | |||
2019-03-02 | Rename macro with correct name for pixel values | Phlosioneer | |
2019-02-21 | Improve window palette macros | Phlosioneer | |
2019-02-21 | Merge branch 'master' into main-menu-state-machine | Phlosioneer | |
2019-02-17 | use BG_SCREEN_ADDR macro for tilemap addresses | garak | |
2019-02-13 | Merge branch 'master' of github.com:pret/pokeemerald into ↵ | Phlosioneer | |
main-menu-state-machine | |||
2019-02-11 | Document main_menu state machine, name window constants | Phlosioneer | |
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do. | |||
2019-02-09 | Document the intro movie state machine | Phlosioneer | |
Need to study the water droplet animation more closely before they can be renamed; otherwise, this names every major symbol in this file. | |||
2018-12-26 | Fix Bldalpha args | DizzyEggg | |
2018-12-26 | Fix bldcnt gpu reg args | DizzyEggg | |
2018-12-24 | Clear includes | DizzyEggg | |
2018-12-20 | Merge with master | DizzyEggg | |
2018-12-17 | 3.5 asm left | DizzyEggg | |
2018-12-15 | Use correct term. | Meowsy | |
2018-12-15 | Document various things relating to the Pokedex. | Meowsy | |
2018-12-06 | Fix 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-10-27 | Window priority to window bg | DizzyEggg | |
2018-10-21 | Fix LZ compressed data alignment | Diegoisawesome | |
2018-09-10 | Standardize sprite visibility to boolean | Diegoisawesome | |
2018-09-09 | Merge branch 'decompile_frontier_2' of ↵ | Slawter666 | |
https://github.com/DizzyEggg/pokeemerald into factory-data | |||
2018-09-08 | Standartize AddTextPrinterParametrized functions, | DizzyEggg | |
2018-09-02 | Format more templates | Slawter666 | |