diff options
author | yenatch <yenatch@gmail.com> | 2017-07-05 21:31:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-05 21:31:11 -0400 |
commit | 1eacd4ee74af05bcc4d4d50d60e257546bef474a (patch) | |
tree | 038b09108948ed7e24253333fdebc6bde6059a34 /include/rotating_gate.h | |
parent | 550333dd91f134795d9d2bd4702ea92812e277f5 (diff) | |
parent | c2daf4f6c9f915e1fcc7c76c2a3ed2ce5b4eb637 (diff) |
Merge pull request #351 from Touched/decompile/rotating_gate
Decompile rotating_gate.s
Diffstat (limited to 'include/rotating_gate.h')
-rw-r--r-- | include/rotating_gate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rotating_gate.h b/include/rotating_gate.h index 6f4f38a9a..50a838953 100644 --- a/include/rotating_gate.h +++ b/include/rotating_gate.h @@ -2,7 +2,7 @@ #define GUARD_ROTATING_GATE_H void RotatingGatePuzzleCameraUpdate(s16, s16); -void sub_80C8080(); +void RotatingGate_InitPuzzleAndGraphics(); u32 CheckForRotatingGatePuzzleCollision(u8, s16, s16); #endif // GUARD_ROTATING_GATE_H |