Fix bss padding

This commit is contained in:
Diamond Lewis
2026-08-13 12:39:39 -05:00
parent 7ef8f948a3
commit beb06f2658
6 changed files with 5 additions and 20 deletions

4
src/bss_pad.c Normal file
View File

@@ -0,0 +1,4 @@
#include "global.h"
#include <macros.h>
UNUSED static u8 bss_pad[0x801020D0 - 0x801010E0];

View File

@@ -1,5 +0,0 @@
#include "global.h"
#include <macros.h>
// used for padding. Splat cant auto gen these I guess
UNUSED static u8 unk_bss[0x800A5870 - 0x80083CA0];

View File

@@ -1,4 +0,0 @@
#include "global.h"
#include <macros.h>
UNUSED static u8 unk_bss[0x80103880 - 0x800A8100];

View File

@@ -1,5 +0,0 @@
#include "global.h"
#include <macros.h>
// used for padding. Splat cant auto gen these I guess
UNUSED static u8 unk_bss[0x800A74C0 - 0x800A7420];

View File

@@ -1,5 +0,0 @@
#include "global.h"
#include <macros.h>
// used for padding. Splat cant auto gen these I guess
UNUSED static u8 unk_bss[0x800A7320 - 0x800A60B0];

View File

@@ -555,7 +555,7 @@
- {vram: 0x801010D0, type: .bss, name: libleo/cjcreateleomanager}
# padding
- {vram: 0x801010E0, type: bss, name: bss_pad}
- {vram: 0x801010E0, type: .bss, name: bss_pad}
# ultralib
- {type: lib, vram: 0x801020D0, name: libultra, object: leointerrupt, section: .bss}