Move NULL into array

This commit is contained in:
gijs 2024-05-23 20:58:50 +02:00
parent c2877b905a
commit 2a602f70e7
1 changed files with 2 additions and 4 deletions

View File

@ -215,12 +215,10 @@ u8* __SOME_OVERLAY_ID_ARRAY[] = {
D_800A86E4,
D_800A86EC,
D_800A86F0,
D_800A86F8
D_800A86F8,
NULL
};
/* 38B28 800A8728 */
u32 D_800A8728 = NULL;
/* 38B2C 800A872C */
OverlaySomething D_800A872C = {
.setup = func_800761A4,