Change array count of pointer value to array count of the first element

This commit is contained in:
PokeCodec
2020-08-30 10:24:51 -04:00
parent 70e2b28c80
commit 5504ceada3
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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.
};