diff options
author | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-11-20 13:17:30 +0800 |
---|---|---|
committer | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-11-20 15:04:02 +0800 |
commit | c7045ae3694f677b634f3908c1ea935c2998727e (patch) | |
tree | b4aa509751cfa3d71897ae9442c39875db8cbc21 /data/sound_data.s | |
parent | f4ef62bb4134498a4b4a9c4d61b99bda24c98680 (diff) |
Identify, split, decompile m4a, and more
ResetSprites, gCharMemCursor, gSpriteCount; analysed subheaps; identified more file pointers
Diffstat (limited to 'data/sound_data.s')
-rw-r--r-- | data/sound_data.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/sound_data.s b/data/sound_data.s index 043b59a..0987088 100644 --- a/data/sound_data.s +++ b/data/sound_data.s @@ -1,9 +1,9 @@ .section .rodata - .global gUnknown_9E8665C -gUnknown_9E8665C: @ 9E8665C + .global gMPlayTable +gMPlayTable: @ 9E8665C .incbin "baserom.gba", 0x1E8665C, 0x60 - .global gUnknown_9E866BC -gUnknown_9E866BC: @ 9E866BC + .global gSongTable +gSongTable: @ 9E866BC .incbin "baserom.gba", 0x1E866BC |