summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
blob: 511c1061f9e8abfc7c5782fe48f5c9ee2ce07cb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Created by scott on 9/16/2017.
//

#ifndef GUARD_FIELDMAP_H
#define GUARD_FIELDMAP_H

// Exported type declarations

// Exported RAM declarations

// Exported ROM declarations
u8 MapGridGetMetatileBehaviorAt(s16, s16);
void GetCameraCoords(u16*, u16*);

#endif //GUARD_FIELDMAP_H