Skip to content

Commit 64d1a23

Browse files
committed
wait i meant 3272
1 parent 0630599 commit 64d1a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcc-cgb-dumper/CustomGameInfoStructs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// This is how MCC does it's short-string-optimization.
55
// The first 0x10 bytes are a buffer, if the string is less than 0x10 chars
66
// it's stored right there. Otherwise the first 8 bytes are a pointer to the chars.
7-
struct MCCString {
7+
struct MCCString {
88
union
99
{
1010
char shortString [0x10];

0 commit comments

Comments
 (0)