diff options
| author | camthesaxman <cameronghall@cox.net> | 2018-02-03 22:15:54 -0600 |
|---|---|---|
| committer | camthesaxman <cameronghall@cox.net> | 2018-02-03 22:15:54 -0600 |
| commit | f1f6c7337f4f2f002b456468b0ccc327fc494d02 (patch) | |
| tree | 83c45413925475f8316c869a8e129abf17a490e9 /src | |
| parent | f1584e69c307427516d2c180ab92e28bc3786326 (diff) | |
get rid of raw addresses in music_player_table.inc
Diffstat (limited to 'src')
| -rw-r--r-- | src/libs/m4a_1.s | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libs/m4a_1.s b/src/libs/m4a_1.s index be8b44488..8dbcf7efd 100644 --- a/src/libs/m4a_1.s +++ b/src/libs/m4a_1.s @@ -4,7 +4,11 @@ .syntax unified - .lcomm gUnknown_030007B8, 0x770 + .bss + + .global gUnknown_030007B8 +gUnknown_030007B8: + .space 0x770 .text |
