diff options
Diffstat (limited to 'asm/iwram.s')
-rwxr-xr-x | asm/iwram.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/asm/iwram.s b/asm/iwram.s index 71f5ca7..bd8588c 100755 --- a/asm/iwram.s +++ b/asm/iwram.s @@ -1 +1,7 @@ + .include "asm/macros.inc" + .section iwram + +.space 0x7400 + +ds SoundMainRAM_Buffer @ 0x3007400 |