BSS: main_menu.o, battle_1.o
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
// Includes
|
||||||
|
#include "global.h"
|
||||||
|
|
||||||
|
// Static type declarations
|
||||||
|
|
||||||
|
// Static RAM declarations
|
||||||
|
|
||||||
|
IWRAM_DATA u32 gUnknown_03000DD4;
|
||||||
|
IWRAM_DATA u32 gUnknown_03000DD8;
|
||||||
|
IWRAM_DATA u32 gUnknown_03000DDC;
|
||||||
|
|
||||||
|
// Static ROM declarations
|
||||||
|
|
||||||
|
// .rodata
|
||||||
|
|
||||||
|
// .text
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
|
||||||
|
// Includes
|
||||||
|
#include "global.h"
|
||||||
|
|
||||||
|
// Static type declarations
|
||||||
|
|
||||||
|
// Static RAM declarations
|
||||||
|
|
||||||
|
IWRAM_DATA u8 gUnknown_03000DD0;
|
||||||
|
|
||||||
|
// Static ROM declarations
|
||||||
|
|
||||||
|
// .rodata
|
||||||
|
|
||||||
|
// .text
|
||||||
+2
-13
@@ -8,19 +8,8 @@ gUnknown_03000000: @ 3000000
|
|||||||
.include "src/sprite.o"
|
.include "src/sprite.o"
|
||||||
.include "src/link.o"
|
.include "src/link.o"
|
||||||
.include "src/rtc.o"
|
.include "src/rtc.o"
|
||||||
|
.include "src/main_menu.o"
|
||||||
gUnknown_03000DD0: @ 3000DD0
|
.include "src/battle_1.o"
|
||||||
.space 0x4
|
|
||||||
|
|
||||||
gUnknown_03000DD4: @ 3000DD4
|
|
||||||
.space 0x4
|
|
||||||
|
|
||||||
gUnknown_03000DD8: @ 3000DD8
|
|
||||||
.space 0x4
|
|
||||||
|
|
||||||
gUnknown_03000DDC: @ 3000DDC
|
|
||||||
.space 0x4
|
|
||||||
|
|
||||||
.include "src/egg_hatch.o"
|
.include "src/egg_hatch.o"
|
||||||
|
|
||||||
.space 0x4 @ why the gap?
|
.space 0x4 @ why the gap?
|
||||||
|
|||||||
Reference in New Issue
Block a user