mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
re-remove extra semicolons (from #1104)
This commit is contained in:
parent
7dc95a0103
commit
7d5fce9a72
@ -918,7 +918,7 @@ static void rfu_LMAN_REQ_callback(u16 reqCommandId, u16 reqResult)
|
|||||||
{
|
{
|
||||||
lman.reserveDisconnectSlot_flag = 0;
|
lman.reserveDisconnectSlot_flag = 0;
|
||||||
lman.acceptCount = 0;
|
lman.acceptCount = 0;
|
||||||
lman.acceptSlot_flag = 0;;
|
lman.acceptSlot_flag = 0;
|
||||||
lman.parent_child = MODE_NEUTRAL;
|
lman.parent_child = MODE_NEUTRAL;
|
||||||
rfu_LMAN_managerChangeAgbClockMaster();
|
rfu_LMAN_managerChangeAgbClockMaster();
|
||||||
if (reqCommandId == ID_STOP_MODE_REQ)
|
if (reqCommandId == ID_STOP_MODE_REQ)
|
||||||
|
@ -282,7 +282,7 @@ static void HflipTile(unsigned char * tile, int bitDepth)
|
|||||||
for (i = 0; i < 8; i++)
|
for (i = 0; i < 8; i++)
|
||||||
{
|
{
|
||||||
SWAP_NYBBLES(&tile[4 * i + 0], &tile[4 * i + 3]);
|
SWAP_NYBBLES(&tile[4 * i + 0], &tile[4 * i + 3]);
|
||||||
SWAP_NYBBLES(&tile[4 * i + 1], &tile[4 * i + 2]);;
|
SWAP_NYBBLES(&tile[4 * i + 1], &tile[4 * i + 2]);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 8:
|
case 8:
|
||||||
|
Loading…
Reference in New Issue
Block a user