diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-20 13:12:43 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-20 13:12:43 +0200 |
commit | 3919b7130b2a8709562b012099947923a16af02d (patch) | |
tree | fc41f69f7213aaaed914d4ceebfa58d3beb519c6 /include/metatile_behavior.h | |
parent | 67a8ac72ec8629d2d737fcd976969303bcd056f5 (diff) | |
parent | f94074b6027d1efe067fd972127eb7730cbef2e0 (diff) |
Fix merge conflicts
Diffstat (limited to 'include/metatile_behavior.h')
-rw-r--r-- | include/metatile_behavior.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/metatile_behavior.h b/include/metatile_behavior.h new file mode 100644 index 000000000..5ed36c690 --- /dev/null +++ b/include/metatile_behavior.h @@ -0,0 +1,11 @@ +#ifndef GUARD_METATILE_BEHAVIOR_H +#define GUARD_METATILE_BEHAVIOR_H + +// Exported type declarations + +// Exported RAM declarations + +// Exported ROM declarations +bool8 sub_8088E64(u8); + +#endif //GUARD_METATILE_BEHAVIOR_H |