summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
AgeCommit message (Collapse)Author
2016-11-30Declare more non-static functions in header files (#111)Marijn van der Werf
* Declare more non-static functions in header files * Use `(void)` for functions without arguments. * Move global-included data to seperate headers * Don't import types or global in header * Fix fieldmap imports * Revert in-code changes * Add missing newlines
2016-11-10decompile field_door.c (#97)Cameron Hall
* decompile * name some functions and variables * formatting and name more functions
2016-11-06cleanup (#93)Cameron Hall
* cleanup * cleanup
2016-11-05contest category varYamaArashi
2016-11-05script special variablesYamaArashi
2016-11-04add flag.h and var.hYamaArashi
2016-10-25rename functionsYamaArashi
2016-10-24name/rename a lot of functionsYamaArashi
2016-10-22clean up scrcmd.c (#67)Cameron Hall
* fix some awkward code * add ScriptReadByte macro * add missing headers * don't use & to access multidimensional array rows
2016-10-21don't specify arguments in GetMonData()/GetBoxMonData() prototypesYamaArashi
2016-10-20new game PC itemsYamaArashi
2016-10-19name some weather-related functionsYamaArashi
2016-10-18Mori debug menu functionsYamaArashi
2016-10-18script condition tableYamaArashi
2016-10-18DoDailyEvents -> DoTimeBasedEventsYamaArashi
2016-10-18name some functionsYamaArashi
2016-09-30clean up sound codeYamaArashi
2016-09-23rename field message box functionsYamaArashi
2016-09-22rename some script functionsYamaArashi
2016-09-21decompile rest of script commandsYamaArashi
2016-09-20decompile more script functionsYamaArashi
2016-09-19WIP decompilation of script functionsYamaArashi