summaryrefslogtreecommitdiff
path: root/src/field_message_box.c
AgeCommit message (Collapse)Author
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
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-24Use TASK_NONE constantGriffinR
2021-01-03Remove unnecessary string.h includesGriffinR
2020-06-03Document field_message_box.cGriffinR
2020-02-08Document Trainer CardGriffinR
2019-03-08Merge branch 'master' into extern-cleanupPhlosioneer
2019-03-07Scaninc: Don't insert missing headers into dependenciesMarcus Huderle
2019-03-07Overhaul scaninc to work recursivelyPhlosioneer
This also fixes the bug where scaninc would ignore #include lines in assembly files.
2019-03-01Reduce externsPhlosioneer
2019-02-22Give window drawing functions better namesPhlosioneer
2019-02-11Document main_menu state machine, name window constantsPhlosioneer
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-02Decompile match_call.cMarcus Huderle
2018-12-27Misc overworld documentationMarcus Huderle
2018-11-06Finish cleaning up text.cDiegoisawesome
2018-11-06Begin cleaning text.cDiegoisawesome
2018-10-13Port/decompile cable_club.sDiegoisawesome
2018-09-14Document main_menuDiegoisawesome
2018-08-25make battle dome compileDizzyEggg
2018-02-07Merge branch 'master' of https://github.com/pret/pokeemerald into menuDiegoisawesome
2018-01-30fix ewramgolem galvanize
2018-01-30fixesgolem galvanize
2018-01-28decompile field_message_boxgolem galvanize