diff options
author | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-12-09 11:32:58 +0800 |
---|---|---|
committer | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-12-09 11:32:58 +0800 |
commit | cceb8ac3314c9ba5a48d0b69bc39c41080335119 (patch) | |
tree | ed018403115f9769aa4ea45bb574021af057f48c /src/pokemon_icon.c | |
parent | f50faac244dab668b1d7f95dc276615888a5ed55 (diff) |
Remove trailing whitespace
Diffstat (limited to 'src/pokemon_icon.c')
-rw-r--r-- | src/pokemon_icon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_icon.c b/src/pokemon_icon.c index e1e446007..c24c8a898 100644 --- a/src/pokemon_icon.c +++ b/src/pokemon_icon.c @@ -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; |