diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-16 18:42:35 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-16 18:42:35 -0400 |
commit | fedbcd7bb7202f37f4a3a017a2f4c1fe296a6ae3 (patch) | |
tree | 2351c1805fc03c2c08a7b564f7b8607d317e90b3 /include | |
parent | 5812bc4ebe83bb80294bbb40846ae6fb1c76e5bf (diff) |
npc_block_way
Diffstat (limited to 'include')
-rw-r--r-- | include/field_ground_effect.h | 1 | ||||
-rw-r--r-- | include/fieldmap.h | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/field_ground_effect.h b/include/field_ground_effect.h index e2dc3a00f..398265b87 100644 --- a/include/field_ground_effect.h +++ b/include/field_ground_effect.h @@ -12,5 +12,6 @@ // Exported ROM declarations void SetObjectSubpriorityByZCoord(u8, struct Sprite *, u8); void InitObjectPriorityByZCoord(struct Sprite *, u8); +bool8 IsZCoordMismatchAt(u8, s16, s16); #endif //GUARD_FIELD_GROUND_EFFECT_H diff --git a/include/fieldmap.h b/include/fieldmap.h index 511c1061f..7174d98cc 100644 --- a/include/fieldmap.h +++ b/include/fieldmap.h @@ -12,5 +12,8 @@ // Exported ROM declarations u8 MapGridGetMetatileBehaviorAt(s16, s16); void GetCameraCoords(u16*, u16*); +bool8 MapGridIsImpassableAt(s16, s16); +s32 GetMapBorderIdAt(s16, s16); +bool32 CanCameraMoveInDirection(u8); #endif //GUARD_FIELDMAP_H |