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 | |
parent | f4ef62bb4134498a4b4a9c4d61b99bda24c98680 (diff) |
Identify, split, decompile m4a, and more
ResetSprites, gCharMemCursor, gSpriteCount; analysed subheaps; identified more file pointers
Diffstat (limited to 'data')
-rw-r--r-- | data/data_80B9BB8.s | 39 | ||||
-rw-r--r-- | data/sound_data.s | 8 |
2 files changed, 4 insertions, 43 deletions
diff --git a/data/data_80B9BB8.s b/data/data_80B9BB8.s index 3b51eba..6c98e87 100644 --- a/data/data_80B9BB8.s +++ b/data/data_80B9BB8.s @@ -11966,42 +11966,3 @@ gUnknown_812F1F8: @ 812F1F8 gUnknown_813237C: @ 813237C .incbin "baserom.gba", 0x13237C, 0x13D610 - .global gUnknown_826F98C -gUnknown_826F98C: @ 826F98C - .incbin "baserom.gba", 0x26F98C, 0x90 - - .global gUnknown_826FA1C -gUnknown_826FA1C: @ 826FA1C - .incbin "baserom.gba", 0x26FA1C, 0xB4 - - .global gUnknown_826FAD0 -gUnknown_826FAD0: @ 826FAD0 - .incbin "baserom.gba", 0x26FAD0, 0x30 - - .global gUnknown_826FB00 -gUnknown_826FB00: @ 826FB00 - .incbin "baserom.gba", 0x26FB00, 0x18 - - .global gUnknown_826FB18 -gUnknown_826FB18: @ 826FB18 - .incbin "baserom.gba", 0x26FB18, 0x84 - - .global gUnknown_826FB9C -gUnknown_826FB9C: @ 826FB9C - .incbin "baserom.gba", 0x26FB9C, 0x18 - - .global gUnknown_826FBB4 -gUnknown_826FBB4: @ 826FBB4 - .incbin "baserom.gba", 0x26FBB4, 0x3C - - .global gUnknown_826FBF0 -gUnknown_826FBF0: @ 826FBF0 - .incbin "baserom.gba", 0x26FBF0, 0x10 - - .global gUnknown_826FC00 -gUnknown_826FC00: @ 826FC00 - .incbin "baserom.gba", 0x26FC00, 0x34 - - .global gUnknown_826FC34 -gUnknown_826FC34: @ 826FC34 - .incbin "baserom.gba", 0x26FC34, 0x30 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 |