diff options
author | Touched <jtouched@gmail.com> | 2017-06-30 21:34:15 +0200 |
---|---|---|
committer | Touched <jtouched@gmail.com> | 2017-06-30 21:34:15 +0200 |
commit | c2daf4f6c9f915e1fcc7c76c2a3ed2ce5b4eb637 (patch) | |
tree | 3a9e22dcc401c9a9e8fb243e07d3e9d9bd95b63e /src/rotating_gate.c | |
parent | b3e72c0e2841f19928b284b789b2d91222d056f8 (diff) |
Rename rotating gate exported functions
Diffstat (limited to 'src/rotating_gate.c')
-rw-r--r-- | src/rotating_gate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rotating_gate.c b/src/rotating_gate.c index 6fc10f2a3..d12a21240 100644 --- a/src/rotating_gate.c +++ b/src/rotating_gate.c @@ -1147,7 +1147,7 @@ _080C803C: .4byte sRotatingGate_RotationInfoEast\n\ } #endif -void sub_80C8040(void) +void RotatingGate_InitPuzzle(void) { if (GetCurrentMapRotatingGatePuzzleType()) { @@ -1165,7 +1165,7 @@ void RotatingGatePuzzleCameraUpdate(u16 deltaX, u16 deltaY) } } -void sub_80C8080(void) +void RotatingGate_InitPuzzleAndGraphics(void) { if (GetCurrentMapRotatingGatePuzzleType()) { |