BSS: field_screen, field_effect, pokemon_storage_system, fldeff_cut, script_menu

This commit is contained in:
PikalaxALT 2017-10-02 21:51:22 -04:00
parent df0b715207
commit 572648ba2d
6 changed files with 85 additions and 25 deletions

15
src/field_effect.c Normal file
View File

@ -0,0 +1,15 @@
// Includes
#include "global.h"
// Static type declarations
// Static RAM declarations
IWRAM_DATA u8 gUnknown_03000F58[32];
// Static ROM declarations
// .rodata
// .text

15
src/field_screen.c Normal file
View File

@ -0,0 +1,15 @@
// Includes
#include "global.h"
// Static type declarations
// Static RAM declarations
IWRAM_DATA u8 *gUnknown_03000F50;
IWRAM_DATA u32 filler_03000f54;
// Static ROM declarations
// .rodata
// .text

19
src/fldeff_cut.c Normal file
View File

@ -0,0 +1,19 @@
// Includes
#include "global.h"
// Static type declarations
// Static RAM declarations
IWRAM_DATA u8 gUnknown_03001100;
IWRAM_DATA u8 gUnknown_03001101;
IWRAM_DATA u8 gUnknown_03001102;
IWRAM_DATA u32 fldeff_cut_unused_03001104;
IWRAM_DATA u8 gUnknown_03001108[25];
// Static ROM declarations
// .rodata
// .text

View File

@ -0,0 +1,15 @@
// Includes
#include "global.h"
// Static type declarations
// Static RAM declarations
IWRAM_DATA u8 gUnknown_03000F78[0x188];
// Static ROM declarations
// .rodata
// .text

16
src/script_menu.c Normal file
View File

@ -0,0 +1,16 @@
// Includes
#include "global.h"
// Static type declarations
// Static RAM declarations
IWRAM_DATA u8 gUnknown_03001124[6];
IWRAM_DATA u32 filler_0300112c;
// Static ROM declarations
// .rodata
// .text

View File

@ -1,4 +1,3 @@
gUnknown_03000000: @ 3000000
.include "src/main.o" .include "src/main.o"
.include "src/malloc.o" .include "src/malloc.o"
.include "src/dma3_manager.o" .include "src/dma3_manager.o"
@ -20,30 +19,11 @@ gUnknown_03000000: @ 3000000
.include "src/tileset_anims.o" .include "src/tileset_anims.o"
.include "src/palette.o" .include "src/palette.o"
.include "src/sound.o" .include "src/sound.o"
.include "src/field_screen.o"
gUnknown_03000F50: @ 3000F50 .include "src/field_effect.o"
.space 0x8 .include "src/pokemon_storage_system.o"
.include "src/fldeff_cut.o"
gUnknown_03000F58: @ 3000F58 .include "src/script_menu.o"
.space 0x20
gUnknown_03000F78: @ 3000F78
.space 0x188
gUnknown_03001100: @ 3001100
.space 0x1
gUnknown_03001101: @ 3001101
.space 0x1
gUnknown_03001102: @ 3001102
.space 0x6
gUnknown_03001108: @ 3001108
.space 0x1C
gUnknown_03001124: @ 3001124
.space 0xC
gUnknown_03001130: @ 3001130 gUnknown_03001130: @ 3001130
.space 0x4 .space 0x4