diff options
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r-- | src/egg_hatch.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/egg_hatch.c b/src/egg_hatch.c index 9ad8a9a8b..9fc38eb27 100644 --- a/src/egg_hatch.c +++ b/src/egg_hatch.c @@ -716,9 +716,6 @@ static void SpriteCB_EggShard(struct Sprite* sprite) DestroySprite(sprite); } -// Converts a number to Q8.8 fixed-point format -#define Q_8_8(n) ((s16)((n) * 256)) - static const s16 sEggShardVelocities[][2] = { {Q_8_8(-1.5), Q_8_8(-3.75)}, |