mirror of
https://github.com/BernardoGiordano/Checkpoint
synced 2024-12-01 04:49:10 +00:00
fix Ultramoon extdata redirection
This commit is contained in:
parent
ee61415d7e
commit
3b1afe596a
1 changed files with 7 additions and 7 deletions
|
@ -291,16 +291,16 @@ u32 Title::getExtdataId(void)
|
||||||
u32 low = getLowId();
|
u32 low = getLowId();
|
||||||
switch(low)
|
switch(low)
|
||||||
{
|
{
|
||||||
case 0x00055E00: return 0x0000055D; // Pokémon Y
|
case 0x00055E00: return 0x055D; // Pokémon Y
|
||||||
case 0x0011C400: return 0x000011C5; // Pokémon Omega Ruby
|
case 0x0011C400: return 0x11C5; // Pokémon Omega Ruby
|
||||||
case 0x00175E00: return 0x00001648; // Pokémon Moon
|
case 0x00175E00: return 0x1648; // Pokémon Moon
|
||||||
case 0x00179600:
|
case 0x00179600:
|
||||||
case 0x00179800: return 0x00001794; // Fire Emblem Conquest SE NA
|
case 0x00179800: return 0x1794; // Fire Emblem Conquest SE NA
|
||||||
case 0x00179700:
|
case 0x00179700:
|
||||||
case 0x0017A800: return 0x00001795; // Fire Emblem Conquest SE EU
|
case 0x0017A800: return 0x1795; // Fire Emblem Conquest SE EU
|
||||||
case 0x0012DD00:
|
case 0x0012DD00:
|
||||||
case 0x0012DE00: return 0x000012DC; // Fire Emblem If JP
|
case 0x0012DE00: return 0x12DC; // Fire Emblem If JP
|
||||||
case 0x001B5100: return 0x001B5000; // Pokémon Ultramoon
|
case 0x001B5100: return 0x1B50; // Pokémon Ultramoon
|
||||||
}
|
}
|
||||||
|
|
||||||
return low >> 8;
|
return low >> 8;
|
||||||
|
|
Loading…
Reference in a new issue