diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-16 13:54:33 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-16 13:54:33 -0400 |
commit | 66fbc9753fa8411d715fdad1067eb98c68ace27a (patch) | |
tree | de0d14547867f7753a9b803f861205feaa0b255f /include/fieldmap.h | |
parent | ee3dc1edda08ae6e2bab34b8555ec410f1a930a9 (diff) |
sub_8091F94
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r-- | include/fieldmap.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h new file mode 100644 index 000000000..7057fe889 --- /dev/null +++ b/include/fieldmap.h @@ -0,0 +1,15 @@ +// +// Created by scott on 9/16/2017. +// + +#ifndef POKEEMERALD_FIELDMAP_H +#define POKEEMERALD_FIELDMAP_H + +// Exported type declarations + +// Exported RAM declarations + +// Exported ROM declarations +u8 MapGridGetMetatileBehaviorAt(s16, s16); + +#endif //POKEEMERALD_FIELDMAP_H |