Avoid UB in bondview's var800a41c0

This commit is contained in:
Ryan Dwyer 2022-10-31 17:31:02 +10:00
parent e3d77e8086
commit 32d529e9b5
1 changed files with 5 additions and 0 deletions

View File

@ -21,7 +21,12 @@
#include "types.h"
#include "gbiex.h"
#ifdef AVOID_UB
char var800a41c0[26];
#else
char var800a41c0[24];
#endif
u8 g_IrScanlines[2][480];
#if VERSION < VERSION_NTSC_1_0