diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2016-11-01 22:03:16 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-11-01 20:03:16 -0700 |
commit | 69c734c9a8b7fbc405d0d6e81bf7e2bcf783883d (patch) | |
tree | 1d137feaea05c6fd80b245d5445e1542bb1e535e /data | |
parent | 2db94cf5eb0fa9b505f40fa4bff4d1fe876e61fb (diff) |
Ported libmks4agb from pokeruby (#12)
* Port agb_flash from pokeruby
* use ramscrgen
* formatting
* delete ewram_syms.txt and iwram_syms.txt
* Finish port of agb_flash
* Ported libmks4agb from pokeruby
* Reordered declarations to match pokeruby
Diffstat (limited to 'data')
-rw-r--r-- | data/m4a_tables.s | 37 | ||||
-rw-r--r-- | data/sound_data.s | 6 |
2 files changed, 3 insertions, 40 deletions
diff --git a/data/m4a_tables.s b/data/m4a_tables.s deleted file mode 100644 index b254543b4..000000000 --- a/data/m4a_tables.s +++ /dev/null @@ -1,37 +0,0 @@ - .section .rodata - -gUnknown_086759E0:: @ 86759E0 - .incbin "baserom.gba", 0x6759e0, 0x90 - -gUnknown_08675A70:: @ 8675A70 - .incbin "baserom.gba", 0x675a70, 0x10 - -gUnknown_08675A80:: @ 8675A80 - .incbin "baserom.gba", 0x675a80, 0xb4 - -gUnknown_08675B34:: @ 8675B34 - .incbin "baserom.gba", 0x675b34, 0x30 - -gUnknown_08675B64:: @ 8675B64 - .incbin "baserom.gba", 0x675b64, 0x18 - -gUnknown_08675B7C:: @ 8675B7C - .incbin "baserom.gba", 0x675b7c, 0x84 - -gUnknown_08675C00:: @ 8675C00 - .incbin "baserom.gba", 0x675c00, 0x18 - -gUnknown_08675C18:: @ 8675C18 - .incbin "baserom.gba", 0x675c18, 0x3c - -gUnknown_08675C54:: @ 8675C54 - .incbin "baserom.gba", 0x675c54, 0x10 - -gUnknown_08675C64:: @ 8675C64 - .incbin "baserom.gba", 0x675c64, 0x34 - -gUnknown_08675C98:: @ 8675C98 - .incbin "baserom.gba", 0x675c98, 0x34 - -gUnknown_08675CCC:: @ 8675CCC - .incbin "baserom.gba", 0x675ccc, 0x38 diff --git a/data/sound_data.s b/data/sound_data.s index b90c6f449..a6f3fde26 100644 --- a/data/sound_data.s +++ b/data/sound_data.s @@ -1,6 +1,6 @@ .section .rodata -gUnknown_08675D04:: @ 8675D04 +voicegroup_8675D04:: @ 8675D04 .incbin "baserom.gba", 0x675D04, 0x27FF0 gUnknown_0869DCF4:: @ 869DCF4 @@ -27,8 +27,8 @@ gUnknown_0869FB24:: @ 869FB24 gUnknown_086A0124:: @ 86A0124 .incbin "baserom.gba", 0x6a0124, 0x1489c -gUnknown_086B49C0:: @ 86B49C0 +gMPlayTable:: @ 86B49C0 .incbin "baserom.gba", 0x6b49c0, 0x30 -gUnknown_086B49F0:: @ 86B49F0 +gSongTable:: @ 86B49F0 .incbin "baserom.gba", 0x6b49f0, 0x2ee660 |