summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorDeokishisu <edsaletto@gmail.com>2018-10-06 01:46:17 -0400
committerGitHub <noreply@github.com>2018-10-06 01:46:17 -0400
commitcc0d2288d5a450591093749eb23381b1b86ccc49 (patch)
treebbd0b1649453b4b97298c8d2b116eb2853b5bde9 /include/global.h
parent024700769a5deec98c0eb0231b6e3f61f5043a89 (diff)
Match comment formatting
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/global.h b/include/global.h
index 842cec257..cb029cb07 100644
--- a/include/global.h
+++ b/include/global.h
@@ -86,10 +86,10 @@ extern u8 gStringVar4[];
#define T2_READ_32(ptr) ((ptr)[0] + ((ptr)[1] << 8) + ((ptr)[2] << 16) + ((ptr)[3] << 24))
#define T2_READ_PTR(ptr) (void*) T2_READ_32(ptr)
-/*Invalid Versions show as "----------" in Gen 4 and Gen 5's 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.*/
+// Invalid Versions show as "----------" in Gen 4 and Gen 5's 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.
enum
{
VERSION_INVALID_0 = 0,