not sure where to put these externs, I didnt see a header file for this.
also, the D_us_8019AF2A[0] ^= 1; construct is sus for two reasons:
1) this is A bytes away from g_CutsceneFlags, and
2) I could only get a matching decompile by making these arrays and accessing the first element, even though a ptr would make more sense to me.
not sure where to put these externs, I didnt see a header file for this.
also, the
D_us_8019AF2A[0] ^= 1;
construct is sus for two reasons: 1) this is A bytes away from g_CutsceneFlags, and 2) I could only get a matching decompile by making these arrays and accessing the first element, even though a ptr would make more sense to me.