diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-12 11:53:44 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-10-12 11:53:44 -0500 |
commit | c7dffae4c16865f805aba24fbc67ec878f3131b7 (patch) | |
tree | f77289138be10edf13f6c31eb7dd979e265b6d21 /asm/iwram.s | |
parent | 5bf70e55320bd9109c1558be4dd46fb9cc6f6798 (diff) |
Add m4a_2.c
Diffstat (limited to 'asm/iwram.s')
-rwxr-xr-x | asm/iwram.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/asm/iwram.s b/asm/iwram.s index bd8588c..6d76dea 100755 --- a/asm/iwram.s +++ b/asm/iwram.s @@ -1,7 +1,9 @@ .include "asm/macros.inc" - + .section iwram .space 0x7400 ds SoundMainRAM_Buffer @ 0x3007400 + .space 0x800 + |