diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-30 10:01:52 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-30 10:01:52 -0400 |
commit | 24da6e48ffe63916d1ffeb8fec720c63fdfac172 (patch) | |
tree | f105aa26ca902fa5a9243715eea702e86fd479b3 /src | |
parent | f4827632f2c2e78cdc798176f61e7ff26539a957 (diff) |
BSS: main_menu.o, battle_1.o
Diffstat (limited to 'src')
-rw-r--r-- | src/battle_1.c | 17 | ||||
-rw-r--r-- | src/main_menu.c | 15 |
2 files changed, 32 insertions, 0 deletions
diff --git a/src/battle_1.c b/src/battle_1.c new file mode 100644 index 000000000..5e4ef5583 --- /dev/null +++ b/src/battle_1.c @@ -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 diff --git a/src/main_menu.c b/src/main_menu.c new file mode 100644 index 000000000..8608159c2 --- /dev/null +++ b/src/main_menu.c @@ -0,0 +1,15 @@ + +// Includes +#include "global.h" + +// Static type declarations + +// Static RAM declarations + +IWRAM_DATA u8 gUnknown_03000DD0; + +// Static ROM declarations + +// .rodata + +// .text |