diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-23 13:33:32 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-23 13:33:32 +0200 |
commit | 7d1373e3fa239d74d69b5b3a7cb78b2272a6f54d (patch) | |
tree | bab4346193d7e3f2e99139f7c4371a825d94589a /include/field_screen.h | |
parent | 918625196ed5e91999f1a244a8881fb9f8069c64 (diff) | |
parent | 88230e8d16dad1b08027a8c933d2d9a6ce689bd0 (diff) |
Merge branch 'master' into decompile_battle_controllers
Diffstat (limited to 'include/field_screen.h')
-rw-r--r-- | include/field_screen.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/field_screen.h b/include/field_screen.h new file mode 100644 index 000000000..b15fdba7d --- /dev/null +++ b/include/field_screen.h @@ -0,0 +1,12 @@ +#ifndef GUARD_FIELD_SCREEN_H +#define GUARD_FIELD_SCREEN_H + +// Exported type declarations + +// Exported RAM declarations + +// Exported ROM declarations +void pal_fill_black(void); +bool8 sub_80ABDFC(void); + +#endif //GUARD_FIELD_SCREEN_H |