diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-08-12 12:09:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-12 12:09:09 -0700 |
commit | 6bb761a7115a09a846bec7f97c51e02ebd6dcaa6 (patch) | |
tree | 49757c81a1a0678a6b09169eb95778d99b389579 /include/rotating_gate.h | |
parent | 26e18f2292a17bb75bc20d924bebafb88077cb54 (diff) | |
parent | 1bc93c5a66ebc7ec790e3cb17f246aee75dcc73c (diff) |
Merge pull request #277 from atasro2/player_field_avatar
decompile a portion of field_player_avatar.s
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 |