diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-05 23:21:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-05 23:21:03 -0500 |
commit | 2cb551cf0df29e2602d6a80c16f8bac0a136b134 (patch) | |
tree | ed6f6f0faa3a88b86d1332a70ee8b1a64778cd25 /data | |
parent | 0659d53c27fcb85b70c6f5a5065967fdc3da115d (diff) | |
parent | 4fafb81b2f2e04e910ac05eaee038ff12889d846 (diff) |
Merge pull request #13 from ProjectRevoTPP/sound
decompile sound.c
Diffstat (limited to 'data')
-rw-r--r-- | data/data.s | 2 | ||||
-rw-r--r-- | data/sound_data.s | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/data.s b/data/data.s index 6f5459f4f..d1598bfbc 100644 --- a/data/data.s +++ b/data/data.s @@ -1553,7 +1553,7 @@ gUnknown_83AC960:: @ 83AC960 gUnknown_83AC970:: @ 83AC970 .incbin "baserom.gba", 0x3AC970, 0x20 -gUnknown_83AC990:: @ 83AC990 +sFanfares:: @ 83AC990 .incbin "baserom.gba", 0x3AC990, 0x278 gUnknown_83ACC08:: @ 83ACC08 diff --git a/data/sound_data.s b/data/sound_data.s index 8991dd7bf..4bbe6ce75 100644 --- a/data/sound_data.s +++ b/data/sound_data.s @@ -3,7 +3,7 @@ voicegroup_pokemon_cry:: @ 8489C8C .incbin "baserom.gba", 0x489C8C, 0x2C88 -gUnknown_848C914:: @ 848C914 +gCryTable:: @ 848C914 .incbin "baserom.gba", 0x48C914, 0x600 gUnknown_848CF14:: @ 848CF14 @@ -15,7 +15,7 @@ gUnknown_848D514:: @ 848D514 gUnknown_848DB14:: @ 848DB14 .incbin "baserom.gba", 0x48DB14, 0x30 -gUnknown_848DB44:: @ 848DB44 +gCryTable2:: @ 848DB44 .incbin "baserom.gba", 0x48DB44, 0x600 gUnknown_848E144:: @ 848E144 |