GetMapBorderIdAt

This commit is contained in:
scnorton
2019-01-07 15:48:36 -05:00
parent e1bd043bf3
commit 34cf3662fc
4 changed files with 52 additions and 152 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ void MapGridSetMetatileIdAt(int, int, u16);
void MapGridSetMetatileEntryAt(int, int, u16);
void GetCameraCoords(u16*, u16*);
bool8 MapGridIsImpassableAt(s32, s32);
s32 GetMapBorderIdAt(s16, s16);
s32 GetMapBorderIdAt(s32, s32);
bool32 CanCameraMoveInDirection(u8);
u32 GetBehaviorByMetatileIdAndMapData(struct MapData *mapData, u16 metatile, u8 attr);