summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorsceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-11 02:23:26 -0800
committersceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-11 02:44:20 -0800
commitb2685320790a582a289f2821f328cac7e425cf61 (patch)
tree47a6dc6e5bf4a85c9b05dd08e507d21279d7cc0e /data
parent66219cd4afaa5bca25fa722b9194b5c55341a0f6 (diff)
split file archives
Diffstat (limited to 'data')
-rw-r--r--data/dungeon_sbin.s5
-rw-r--r--data/effect_sbin.s5
-rw-r--r--data/ground_sbin.s5
-rw-r--r--data/monster_sbin.s5
-rw-r--r--data/ornament_sbin.s5
-rw-r--r--data/sound_data.s9
-rw-r--r--data/system_sbin.s5
-rw-r--r--data/titlemenu_sbin.s5
-rw-r--r--data/unk_data.s16
9 files changed, 44 insertions, 16 deletions
diff --git a/data/dungeon_sbin.s b/data/dungeon_sbin.s
new file mode 100644
index 0000000..cf794bd
--- /dev/null
+++ b/data/dungeon_sbin.s
@@ -0,0 +1,5 @@
+ .section .rodata
+
+ .global gUnknown_83B0000
+gUnknown_83B0000: @ 83B0000
+ .incbin "baserom.gba", 0x3B0000, 0x151200
diff --git a/data/effect_sbin.s b/data/effect_sbin.s
new file mode 100644
index 0000000..0007944
--- /dev/null
+++ b/data/effect_sbin.s
@@ -0,0 +1,5 @@
+ .section .rodata
+
+ .global gUnknown_9740000
+gUnknown_9740000: @ 9740000
+ .incbin "baserom.gba", 0x1740000, 0x150000
diff --git a/data/ground_sbin.s b/data/ground_sbin.s
new file mode 100644
index 0000000..727be53
--- /dev/null
+++ b/data/ground_sbin.s
@@ -0,0 +1,5 @@
+ .section .rodata
+
+ .global gUnknown_9890000
+gUnknown_9890000: @ 9890000
+ .incbin "baserom.gba", 0x1890000, 0x5D0000
diff --git a/data/monster_sbin.s b/data/monster_sbin.s
new file mode 100644
index 0000000..e0737e5
--- /dev/null
+++ b/data/monster_sbin.s
@@ -0,0 +1,5 @@
+ .section .rodata
+
+ .global gUnknown_8510000
+gUnknown_8510000: @ 8510000
+ .incbin "baserom.gba", 0x510000, 0x1230000
diff --git a/data/ornament_sbin.s b/data/ornament_sbin.s
new file mode 100644
index 0000000..8940b23
--- /dev/null
+++ b/data/ornament_sbin.s
@@ -0,0 +1,5 @@
+ .section .rodata
+
+ .global gUnknown_9E60000
+gUnknown_9E60000: @ 9E60000
+ .incbin "baserom.gba", 0x1E60000, 0x2665C
diff --git a/data/sound_data.s b/data/sound_data.s
new file mode 100644
index 0000000..043b59a
--- /dev/null
+++ b/data/sound_data.s
@@ -0,0 +1,9 @@
+ .section .rodata
+
+ .global gUnknown_9E8665C
+gUnknown_9E8665C: @ 9E8665C
+ .incbin "baserom.gba", 0x1E8665C, 0x60
+
+ .global gUnknown_9E866BC
+gUnknown_9E866BC: @ 9E866BC
+ .incbin "baserom.gba", 0x1E866BC
diff --git a/data/system_sbin.s b/data/system_sbin.s
new file mode 100644
index 0000000..eb712ee
--- /dev/null
+++ b/data/system_sbin.s
@@ -0,0 +1,5 @@
+ .section .rodata
+
+ .global gUnknown_8300500
+gUnknown_8300500: @ 8300500
+ .incbin "baserom.gba", 0x300500, 0x72E40
diff --git a/data/titlemenu_sbin.s b/data/titlemenu_sbin.s
new file mode 100644
index 0000000..de9d830
--- /dev/null
+++ b/data/titlemenu_sbin.s
@@ -0,0 +1,5 @@
+ .section .rodata
+
+ .global gUnknown_8380000
+gUnknown_8380000: @ 8380000
+ .incbin "baserom.gba", 0x380000, 0x22E74
diff --git a/data/unk_data.s b/data/unk_data.s
index 7dbe868..a78539e 100644
--- a/data/unk_data.s
+++ b/data/unk_data.s
@@ -1,19 +1,3 @@
.section .rodata
.incbin "baserom.gba", 0x300000, 0x500
-
- .global gUnknown_8300500
-gUnknown_8300500: @ 8300500
- .incbin "baserom.gba", 0x300500, 0x7FB00
-
- .global gUnknown_8380000
-gUnknown_8380000: @ 8380000
- .incbin "baserom.gba", 0x380000, 0x30000
-
- .global gUnknown_83B0000
-gUnknown_83B0000: @ 83B0000
- .incbin "baserom.gba", 0x3B0000, 0x160000
-
- .global gUnknown_8510000
-gUnknown_8510000: @ 8510000
- .incbin "baserom.gba", 0x510000