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-09-24 | Merge branch 'master' into tag-none | GriffinR | |
2021-09-14 | Add TAG_NONE | 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-02-28 | Merge branch 'master' into doc-rtcscreen | GriffinR | |
2021-02-24 | Document reset_rtc_screen | GriffinR | |
2021-02-24 | Add palette selection constants | GriffinR | |
2020-09-04 | Switch to button macros | PokeCodec | |
2020-08-20 | Give songs meaningful english names | GriffinR | |
2020-06-23 | Document some overworld and field effects | GriffinR | |
2020-06-10 | Begin item_menu.c cleanup | Sierraffinity | |
2020-02-08 | Document Trainer Card | GriffinR | |
2020-01-12 | Clean up some of save.c | GriffinR | |
2019-12-06 | Use ST_OAM constants for OamData definitions | GriffinR | |
2019-11-25 | Document Frontier Util | GriffinR | |
2019-09-30 | Use STR_CONV constants | GriffinR | |
2019-06-26 | Modernize code | PikalaxALT | |
Can compile with arm-none-eabi-gcc 8.3.0 gbafix correctly handles ELF input | |||
2019-04-04 | RGB Constants | Phlosioneer | |
2019-03-16 | Use constants for Oam .shape and .size fields | Phlosioneer | |
Also some general formatting fixes for constants. | |||
2019-02-22 | Give window drawing functions better names | Phlosioneer | |
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-07 | rtc screen review changes | DizzyEggg | |
2018-02-02 | decompile rtc reset screen | DizzyEggg | |