diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-08-12 12:55:21 -0700 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-08-12 12:55:21 -0700 |
commit | 9a73a47dddbd84b03987cc9caba52bbb797cb9fa (patch) | |
tree | e630f8e610f21e0ae3d6a4dbd2b659f92e877111 /include/rotating_gate.h | |
parent | 2dd5fc23d4d34890e17a412ae9ad80e23c7aa50d (diff) | |
parent | 25832810f60a732f03608e0a02549c3318ba257d (diff) |
Merge branch 'master' of github.com:pret/pokeemerald into Edwearth-learn_move
Diffstat (limited to 'include/rotating_gate.h')
-rw-r--r-- | include/rotating_gate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rotating_gate.h b/include/rotating_gate.h index 50a838953..2ae26aa5b 100644 --- a/include/rotating_gate.h +++ b/include/rotating_gate.h @@ -4,5 +4,6 @@ void RotatingGatePuzzleCameraUpdate(s16, s16); void RotatingGate_InitPuzzleAndGraphics(); u32 CheckForRotatingGatePuzzleCollision(u8, s16, s16); +bool32 CheckForRotatingGatePuzzleCollisionWithoutAnimation(u8, s16, s16); #endif // GUARD_ROTATING_GATE_H |