summaryrefslogtreecommitdiff
path: root/gflib/bg.c
diff options
context:
space:
mode:
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.
};