summaryrefslogtreecommitdiff
path: root/gflib/bg.c
diff options
context:
space:
mode:
authorPokeCodec <67983839+PokeCodec@users.noreply.github.com>2020-08-30 10:24:51 -0400
committerPokeCodec <67983839+PokeCodec@users.noreply.github.com>2020-08-30 14:33:11 -0400
commit5504ceada36bfdf840552e9238c81f11ed7c3581 (patch)
treefc9e895f1ceb2944624e4cdd81ddd006bbd4219b /gflib/bg.c
parent70e2b28c80c76d70ff44775589100c378f448cf0 (diff)
Change array count of pointer value to array count of the first element
Diffstat (limited to 'gflib/bg.c')
-rw-r--r--gflib/bg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gflib/bg.c b/gflib/bg.c
index d24cdfa37..12c42d124 100644
--- a/gflib/bg.c
+++ b/gflib/bg.c
@@ -34,7 +34,7 @@ struct BgConfig2
u32 unk_3:18;
void* tilemap;
- s32 bg_x; // Maybe unsigned, but game treats it as if it is signed a lot
+ s32 bg_x; // Maybe unsigned, but game treats it as if it is signed a LOT.
s32 bg_y; // Same for this variable.
};