sub_8091F94

This commit is contained in:
PikalaxALT
2017-09-16 13:54:33 -04:00
parent ee3dc1edda
commit 66fbc9753f
7 changed files with 62 additions and 132 deletions

15
include/fieldmap.h Normal file
View File

@@ -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