Remove trailing whitespace

This commit is contained in:
nullableVoidPtr
2018-12-09 11:32:58 +08:00
parent f50faac244
commit cceb8ac331
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1211,7 +1211,7 @@ void sub_80D304C(u16 offset)
if(offset <= 0xA0)
{
monIconPalettePtr = gMonIconPaletteTable;
for(i = 5; i >= 0 ; i--)
for(i = 5; i >= 0; i--)
{
LoadPalette(monIconPalettePtr->data, offset, 0x20);
offset += 0x10;