summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeokishisu <edsaletto@gmail.com>2018-10-06 07:40:56 -0400
committerGitHub <noreply@github.com>2018-10-06 07:40:56 -0400
commit2070c246f97058d45bcec238f5263becc354e2e9 (patch)
tree443ffb3507ece9aea5077aafad9af693dc09274c
parent9f69ea1931168cddfe5dd1c1d38facfcaa179184 (diff)
Added new findings about invalid version IDs.
After transferring Pokemon up to Gen 6 and then to Gen 7, I discovered that invalid version IDs display the "a distant land" string that is used for the Gamecube games, so that information was added in a comment. Also clarified that it's not just Gen 4 that displays the Johto string, it's Gen 4 and up.
-rw-r--r--include/global.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index 1faaf4860..889ddd8f8 100644
--- a/include/global.h
+++ b/include/global.h
@@ -87,9 +87,10 @@ extern u8 gStringVar4[];
#define T2_READ_PTR(ptr) (void*) T2_READ_32(ptr)
// Invalid Versions show as "----------" in Gen 4 and Gen 5's summary screen.
+// In Gens 6 and 7, invalid versions instead show "a distant land" in the summary screen.
// In Gen 4 only, migrated Pokemon with Diamond, Pearl, or Platinum's ID show as "----------".
// Gen 5 and up read Diamond, Pearl, or Platinum's ID as "Sinnoh".
-// In Gen 4, migrated Pokemon with HeartGold or SoulSilver's ID show the unused "Johto" string.
+// In Gen 4 and up, migrated Pokemon with HeartGold or SoulSilver's ID show the unused "Johto" string.
enum
{
VERSION_INVALID_0 = 0,