summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-12-20 02:59:46 -0800
committerYamaArashi <shadow962@live.com>2016-12-20 02:59:46 -0800
commit1ef1142628279a6a931cade6c8e9a89112d82024 (patch)
tree8cbc59c2db8893a7ec1f2cf88cd14cad8c5c8d19 /src
parentb255655ca8f068ba05c167eabf5d8890a9be4394 (diff)
split out more data
Diffstat (limited to 'src')
-rw-r--r--src/new_game.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/new_game.c b/src/new_game.c
index d63e50236..fa1894086 100644
--- a/src/new_game.c
+++ b/src/new_game.c
@@ -18,7 +18,15 @@ extern u8 gUnknown_03005CE8;
extern u16 gSaveFileStatus;
extern u8 gUnknown_0819FA81[];
-extern const struct SB1_2EFC_Struct gUnknown_08216604;
+
+const struct SB1_2EFC_Struct gUnknown_08216604 =
+{
+ {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ }
+};
void write_word_to_mem(u32 a1, u8 *a2)
{