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 /data | |
parent | b3e72c0e2841f19928b284b789b2d91222d056f8 (diff) |
Rename rotating gate exported functions
Diffstat (limited to 'data')
-rw-r--r-- | data/specials.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/specials.inc b/data/specials.inc index e0022bea1..f7aa3456a 100644 --- a/data/specials.inc +++ b/data/specials.inc @@ -201,8 +201,8 @@ gSpecials:: .4byte sub_80B7D0C .4byte ExecuteWhiteOut .4byte sp0C8_whiteout_maybe - .4byte sub_80C8040 - .4byte sub_80C8080 + .4byte RotatingGate_InitPuzzle + .4byte RotatingGate_InitPuzzleAndGraphics .4byte SetSSTidalFlag .4byte ResetSSTidalFlag .4byte EnterSafariMode |