summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/birch_pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/birch_pc.c b/src/birch_pc.c
index 5080de410..5179b1920 100644
--- a/src/birch_pc.c
+++ b/src/birch_pc.c
@@ -79,7 +79,7 @@ const u8 *GetPokedexRatingText(u16 count)
return gBirchDexRatingText_DexCompleted;
}
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;
}