summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-10-16 13:41:19 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-10-16 13:41:19 -0400
commitc533c6b76a194e0b07e77f2d7cee48f5fb03e5cd (patch)
tree4dc3972c19630024394b5645c9342cbd321a595e
parent9e147c075f42fdb0434dbb3d0f198c0541780401 (diff)
Dump programmable wave samples
-rw-r--r--.gitignore1
-rw-r--r--sound/programmable_wave_data.inc22
-rw-r--r--sound/programmable_wave_samples/84A31EC.pcm1
-rw-r--r--sound/programmable_wave_samples/84A31FC.pcm1
-rw-r--r--sound/programmable_wave_samples/84A320C.pcm1
-rw-r--r--sound/programmable_wave_samples/84A321C.pcm1
-rw-r--r--sound/programmable_wave_samples/84A322C.pcm1
-rw-r--r--sound/programmable_wave_samples/84A323C.pcm1
-rw-r--r--sound/programmable_wave_samples/84A324C.pcmbin0 -> 16 bytes
-rw-r--r--sound/programmable_wave_samples/84A325C.pcmbin0 -> 16 bytes
-rw-r--r--sound/programmable_wave_samples/84A326C.pcm1
-rw-r--r--sound/programmable_wave_samples/84A327C.pcmbin0 -> 16 bytes
-rw-r--r--sound/programmable_wave_samples/84A328C.pcm1
13 files changed, 20 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index c060f2415..359d15abf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,3 +49,4 @@ tools/br_ips/br_ips
tools/br_ips/ips_patch
types_*.taghl
!.travis/calcrom/calcrom.pl
+!sound/programmable_wave_samples/*.pcm
diff --git a/sound/programmable_wave_data.inc b/sound/programmable_wave_data.inc
index 3c5c7f6ed..bdb5cf4d2 100644
--- a/sound/programmable_wave_data.inc
+++ b/sound/programmable_wave_data.inc
@@ -1,33 +1,33 @@
gProgrammableWaveData_84A31EC:: @ 84A31EC
- .incbin "baserom.gba", 0x4A31EC, 0x10
+ .incbin "sound/programmable_wave_samples/84A31EC.pcm"
gProgrammableWaveData_84A31FC:: @ 84A31FC
- .incbin "baserom.gba", 0x4A31FC, 0x10
+ .incbin "sound/programmable_wave_samples/84A31FC.pcm"
gProgrammableWaveData_84A320C:: @ 84A320C
- .incbin "baserom.gba", 0x4A320C, 0x10
+ .incbin "sound/programmable_wave_samples/84A320C.pcm"
gProgrammableWaveData_84A321C:: @ 84A321C
- .incbin "baserom.gba", 0x4A321C, 0x10
+ .incbin "sound/programmable_wave_samples/84A321C.pcm"
gProgrammableWaveData_84A322C:: @ 84A322C
- .incbin "baserom.gba", 0x4A322C, 0x10
+ .incbin "sound/programmable_wave_samples/84A322C.pcm"
gProgrammableWaveData_84A323C:: @ 84A323C
- .incbin "baserom.gba", 0x4A323C, 0x10
+ .incbin "sound/programmable_wave_samples/84A323C.pcm"
gProgrammableWaveData_84A324C:: @ 84A324C
- .incbin "baserom.gba", 0x4A324C, 0x10
+ .incbin "sound/programmable_wave_samples/84A324C.pcm"
gProgrammableWaveData_84A325C:: @ 84A325C
- .incbin "baserom.gba", 0x4A325C, 0x10
+ .incbin "sound/programmable_wave_samples/84A325C.pcm"
gProgrammableWaveData_84A326C:: @ 84A326C
- .incbin "baserom.gba", 0x4A326C, 0x10
+ .incbin "sound/programmable_wave_samples/84A326C.pcm"
gProgrammableWaveData_84A327C:: @ 84A327C
- .incbin "baserom.gba", 0x4A327C, 0x10
+ .incbin "sound/programmable_wave_samples/84A327C.pcm"
gProgrammableWaveData_84A328C:: @ 84A328C
- .incbin "baserom.gba", 0x4A328C, 0x10
+ .incbin "sound/programmable_wave_samples/84A328C.pcm"
diff --git a/sound/programmable_wave_samples/84A31EC.pcm b/sound/programmable_wave_samples/84A31EC.pcm
new file mode 100644
index 000000000..a0ca8fed9
--- /dev/null
+++ b/sound/programmable_wave_samples/84A31EC.pcm
@@ -0,0 +1 @@
+%ŠÞþÉc%ŠÞþÉc \ No newline at end of file
diff --git a/sound/programmable_wave_samples/84A31FC.pcm b/sound/programmable_wave_samples/84A31FC.pcm
new file mode 100644
index 000000000..25be9c018
--- /dev/null
+++ b/sound/programmable_wave_samples/84A31FC.pcm
@@ -0,0 +1 @@
+FŠÎý¹u1FŠÎý¹u1 \ No newline at end of file
diff --git a/sound/programmable_wave_samples/84A320C.pcm b/sound/programmable_wave_samples/84A320C.pcm
new file mode 100644
index 000000000..5d9585aca
--- /dev/null
+++ b/sound/programmable_wave_samples/84A320C.pcm
@@ -0,0 +1 @@
+þܺ˜vT2þܺ˜vT2 \ No newline at end of file
diff --git a/sound/programmable_wave_samples/84A321C.pcm b/sound/programmable_wave_samples/84A321C.pcm
new file mode 100644
index 000000000..25ff1b371
--- /dev/null
+++ b/sound/programmable_wave_samples/84A321C.pcm
@@ -0,0 +1 @@
+ý¹ˆˆwwe1ý¹ˆˆwwe1 \ No newline at end of file
diff --git a/sound/programmable_wave_samples/84A322C.pcm b/sound/programmable_wave_samples/84A322C.pcm
new file mode 100644
index 000000000..d0b69f04a
--- /dev/null
+++ b/sound/programmable_wave_samples/84A322C.pcm
@@ -0,0 +1 @@
+ŒÊ†ÿíC!ŒÊ†ÿíC! \ No newline at end of file
diff --git a/sound/programmable_wave_samples/84A323C.pcm b/sound/programmable_wave_samples/84A323C.pcm
new file mode 100644
index 000000000..d0fa1932d
--- /dev/null
+++ b/sound/programmable_wave_samples/84A323C.pcm
@@ -0,0 +1 @@
+ÿÿþ†CFŽÿÿþ†CFŽ \ No newline at end of file
diff --git a/sound/programmable_wave_samples/84A324C.pcm b/sound/programmable_wave_samples/84A324C.pcm
new file mode 100644
index 000000000..81afd79c5
--- /dev/null
+++ b/sound/programmable_wave_samples/84A324C.pcm
Binary files differ
diff --git a/sound/programmable_wave_samples/84A325C.pcm b/sound/programmable_wave_samples/84A325C.pcm
new file mode 100644
index 000000000..ce4c8ae12
--- /dev/null
+++ b/sound/programmable_wave_samples/84A325C.pcm
Binary files differ
diff --git a/sound/programmable_wave_samples/84A326C.pcm b/sound/programmable_wave_samples/84A326C.pcm
new file mode 100644
index 000000000..f5e51d5a9
--- /dev/null
+++ b/sound/programmable_wave_samples/84A326C.pcm
@@ -0,0 +1 @@
+g‰«È˜–VTg‰«È˜–VT \ No newline at end of file
diff --git a/sound/programmable_wave_samples/84A327C.pcm b/sound/programmable_wave_samples/84A327C.pcm
new file mode 100644
index 000000000..0d7192617
--- /dev/null
+++ b/sound/programmable_wave_samples/84A327C.pcm
Binary files differ
diff --git a/sound/programmable_wave_samples/84A328C.pcm b/sound/programmable_wave_samples/84A328C.pcm
new file mode 100644
index 000000000..2aae22d26
--- /dev/null
+++ b/sound/programmable_wave_samples/84A328C.pcm
@@ -0,0 +1 @@
+&8J\ZH6&8J\ZH6 \ No newline at end of file