diff options
author | Meowsy <Meowsy@users.noreply.github.com> | 2018-12-15 15:25:45 -0500 |
---|---|---|
committer | Meowsy <Meowsy@users.noreply.github.com> | 2018-12-15 15:25:45 -0500 |
commit | 8f168add219e5bd86c6115c79c41e8ac973c61ac (patch) | |
tree | 43387147e54f1949c963c76fc944401afb423a98 /src | |
parent | bc11a4a9f4233ce5795f5181729862b26d899f60 (diff) |
Remove incorrect comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/birch_pc.c | 2 |
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; } |