mirror of https://github.com/pret/pokeemerald.git
BSS: berry_blender.o
This commit is contained in:
parent
24da6e48ff
commit
8620b9203d
|
@ -0,0 +1,18 @@
|
|||
|
||||
// Includes
|
||||
#include "global.h"
|
||||
|
||||
// Static type declarations
|
||||
|
||||
// Static RAM declarations
|
||||
IWRAM_DATA u32 berry_blender_c_unused_03000de4;
|
||||
IWRAM_DATA s16 gUnknown_03000DE8[8];
|
||||
IWRAM_DATA s16 gUnknown_03000DF8[6];
|
||||
IWRAM_DATA s16 gUnknown_03000E04;
|
||||
IWRAM_DATA s16 gUnknown_03000E06;
|
||||
|
||||
// Static ROM declarations
|
||||
|
||||
// .rodata
|
||||
|
||||
// .text
|
16
sym_bss.txt
16
sym_bss.txt
|
@ -11,21 +11,7 @@ gUnknown_03000000: @ 3000000
|
|||
.include "src/main_menu.o"
|
||||
.include "src/battle_1.o"
|
||||
.include "src/egg_hatch.o"
|
||||
|
||||
.space 0x4 @ why the gap?
|
||||
|
||||
gUnknown_03000DE8: @ 3000DE8
|
||||
.space 0x10
|
||||
|
||||
gUnknown_03000DF8: @ 3000DF8
|
||||
.space 0xC
|
||||
|
||||
gUnknown_03000E04: @ 3000E04
|
||||
.space 0x2
|
||||
|
||||
gUnknown_03000E06: @ 3000E06
|
||||
.space 0x2
|
||||
|
||||
.include "src/berry_blender.o"
|
||||
.include "src/play_time.o"
|
||||
|
||||
.align 2
|
||||
|
|
Loading…
Reference in New Issue