diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-08-11 16:37:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-11 16:37:06 -0700 |
commit | 73bdef2f67c2e5f836da8d634f383b807df8b91a (patch) | |
tree | b3cfd813c4b9af125612b9a79f99292cb28d0591 /src/rotating_gate.c | |
parent | 94eef0bfa5b67a3ef3061b151e6ff113b45adc2e (diff) | |
parent | cf9518f2374dae7aa30fe8694e2c01d980efda3f (diff) |
Merge pull request #293 from Diegoisawesome/master
Decompile field_specials
Diffstat (limited to 'src/rotating_gate.c')
-rw-r--r-- | src/rotating_gate.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rotating_gate.c b/src/rotating_gate.c index 1f5ef165f..fcced6c8c 100644 --- a/src/rotating_gate.c +++ b/src/rotating_gate.c @@ -189,12 +189,6 @@ struct RotatingGatePuzzle u8 orientation; }; -struct Coords8 -{ - s8 deltaX; - s8 deltaY; -}; - // .rodata // Fortree static const struct RotatingGatePuzzle sRotatingGate_FortreePuzzleConfig[] = |