Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-19 | Disambiguate fieldmap names | 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-01-19 | Remove unused local variables and functions | GriffinR | |
2020-07-06 | Fix elevator metatile typo | GriffinR | |
2020-07-02 | Eliminate METATILE_ID() macro | GriffinR | |
2020-06-23 | Document some overworld and field effects | GriffinR | |
2019-06-16 | finish src metatile labels | garak | |
2019-02-28 | Pick better names for constants | Phlosioneer | |
2019-02-28 | Add macros for metatile manipulation | Phlosioneer | |
2018-12-24 | asm party and fldeff clean-up | DizzyEggg | |
2018-11-14 | Sort includes into alphabetical order | Slawter666 | |
2018-10-18 | Finish shop and fldeff_escalator | Diegoisawesome | |