sovereignx/include/fieldmap.h

17 lines
286 B
C
Raw Normal View History

2017-09-16 18:54:33 +01:00
//
// Created by scott on 9/16/2017.
//
2017-09-16 20:13:06 +01:00
#ifndef GUARD_FIELDMAP_H
#define GUARD_FIELDMAP_H
2017-09-16 18:54:33 +01:00
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
u8 MapGridGetMetatileBehaviorAt(s16, s16);
2017-09-13 10:16:26 +01:00
void GetCameraCoords(u16*, u16*);
2017-09-16 18:54:33 +01:00
2017-09-16 20:13:06 +01:00
#endif //GUARD_FIELDMAP_H