* define some graphics data in C * define wild pokemon in C * use less #ifdefs * define data in berry.c
* 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