Dump programmable wave samples

This commit is contained in:
PikalaxALT
2019-10-16 13:41:19 -04:00
parent 9e147c075f
commit c533c6b76a
13 changed files with 12 additions and 11 deletions

1
.gitignore vendored
View File

@@ -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

View File

@@ -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"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.