mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-06 15:38:11 +01:00
Fix alignment
This commit is contained in:
parent
22c1bf965a
commit
5dfbdca6c7
@ -421,7 +421,7 @@ static const u8 sPlayerIdMap[BLENDER_MAX_PLAYERS - 1][BLENDER_MAX_PLAYERS] =
|
||||
{
|
||||
{NO_PLAYER, 0, 1, NO_PLAYER}, // 2 Players
|
||||
{NO_PLAYER, 0, 1, 2}, // 3 Players
|
||||
{0, 1, 2, 3} // 4 Players
|
||||
{ 0, 1, 2, 3} // 4 Players
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user