mirror of
https://github.com/pret/pokestadium.git
synced 2026-09-08 11:25:45 -05:00
Fix bss padding
This commit is contained in:
4
src/bss_pad.c
Normal file
4
src/bss_pad.c
Normal file
@@ -0,0 +1,4 @@
|
||||
#include "global.h"
|
||||
#include <macros.h>
|
||||
|
||||
UNUSED static u8 bss_pad[0x801020D0 - 0x801010E0];
|
||||
@@ -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];
|
||||
@@ -1,4 +0,0 @@
|
||||
#include "global.h"
|
||||
#include <macros.h>
|
||||
|
||||
UNUSED static u8 unk_bss[0x80103880 - 0x800A8100];
|
||||
@@ -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];
|
||||
@@ -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];
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user