Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Use TASK_NONE constant | GriffinR | |
2021-01-03 | Remove unnecessary string.h includes | GriffinR | |
2020-06-03 | Document field_message_box.c | GriffinR | |
2020-02-08 | Document Trainer Card | GriffinR | |
2019-03-08 | Merge branch 'master' into extern-cleanup | Phlosioneer | |
2019-03-07 | Scaninc: Don't insert missing headers into dependencies | Marcus Huderle | |
2019-03-07 | Overhaul scaninc to work recursively | Phlosioneer | |
This also fixes the bug where scaninc would ignore #include lines in assembly files. | |||
2019-03-01 | Reduce externs | Phlosioneer | |
2019-02-22 | Give window drawing functions better names | Phlosioneer | |
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-01-02 | Decompile match_call.c | Marcus Huderle | |
2018-12-27 | Misc overworld documentation | Marcus Huderle | |
2018-11-06 | Finish cleaning up text.c | Diegoisawesome | |
2018-11-06 | Begin cleaning text.c | Diegoisawesome | |
2018-10-13 | Port/decompile cable_club.s | Diegoisawesome | |
2018-09-14 | Document main_menu | Diegoisawesome | |
2018-08-25 | make battle dome compile | DizzyEggg | |
2018-02-07 | Merge branch 'master' of https://github.com/pret/pokeemerald into menu | Diegoisawesome | |
2018-01-30 | fix ewram | golem galvanize | |
2018-01-30 | fixes | golem galvanize | |
2018-01-28 | decompile field_message_box | golem galvanize | |