diff options
Diffstat (limited to 'src/daycare.c')
-rw-r--r-- | src/daycare.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/daycare.c b/src/daycare.c index 96f62d5bf..511fa0551 100644 --- a/src/daycare.c +++ b/src/daycare.c @@ -625,10 +625,7 @@ static u8 GetEggMoves(struct Pokemon *pokemon, u16 *eggMoves) for (i = 0; i < EGG_MOVES_ARRAY_COUNT; i++) { if (gEggMoves[eggMoveIdx + i] > EGG_MOVES_SPECIES_OFFSET) - { - // TODO: the curly braces around this if statement are required for a matching build. break; - } eggMoves[i] = gEggMoves[eggMoveIdx + i]; numEggMoves++; |