forked from DizzyEggg/pokeemerald
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/pret/pokeemerald into pre…
…tmerge17jan
- Loading branch information
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#ifndef GUARD_ROTATING_GATE_H | ||
#define GUARD_ROTATING_GATE_H | ||
|
||
void RotatingGatePuzzleCameraUpdate(s16, s16); | ||
void RotatingGatePuzzleCameraUpdate(s16 deltaX, s16 deltaY); | ||
void RotatingGate_InitPuzzleAndGraphics(void); | ||
u32 CheckForRotatingGatePuzzleCollision(u8, s16, s16); | ||
bool32 CheckForRotatingGatePuzzleCollisionWithoutAnimation(u8, s16, s16); | ||
bool32 CheckForRotatingGatePuzzleCollision(u8 direction, s16 x, s16 y); | ||
bool32 CheckForRotatingGatePuzzleCollisionWithoutAnimation(u8 direction, s16 x, s16 y); | ||
|
||
#endif // GUARD_ROTATING_GATE_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters