mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-27 05:43:51 +01:00
Remove incorrect comment.
This commit is contained in:
parent
bc11a4a9f4
commit
8f168add21
@ -79,7 +79,7 @@ const u8 *GetPokedexRatingText(u16 count)
|
|||||||
return gBirchDexRatingText_DexCompleted;
|
return gBirchDexRatingText_DexCompleted;
|
||||||
}
|
}
|
||||||
if (count == HOENN_DEX_COUNT)
|
if (count == HOENN_DEX_COUNT)
|
||||||
return gBirchDexRatingText_DexCompleted; // Hoenn dex is considered complete, even though the hoenn dex count is 210.
|
return gBirchDexRatingText_DexCompleted;
|
||||||
return gBirchDexRatingText_LessThan10;
|
return gBirchDexRatingText_LessThan10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user