dummy data should be static

This commit is contained in:
Jcw87
2023-12-19 02:53:41 -08:00
parent fa59660bf2
commit 985f1df0b7
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ void daObj_Hole_c::modeWait() {
}
// Required to make rodata match
const u8 dummy5[] = { 0x00, 0xFF, 0x00, 0x80};
static const u8 dummy5[] = { 0x00, 0xFF, 0x00, 0x80};
/* 000004F0-000004F4 .text modeEventInit__12daObj_Hole_cFv */
void daObj_Hole_c::modeEventInit() {