Fix compile error

This commit is contained in:
Diegoisawesome 2018-08-11 15:42:08 -07:00
parent cb9127ccaf
commit 57b3393192

View file

@ -189,12 +189,6 @@ struct RotatingGatePuzzle
u8 orientation;
};
struct Coords8
{
s8 deltaX;
s8 deltaY;
};
// .rodata
// Fortree
static const struct RotatingGatePuzzle sRotatingGate_FortreePuzzleConfig[] =