mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-04 02:10:01 +01:00
Match comment formatting
This commit is contained in:
parent
024700769a
commit
cc0d2288d5
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user