summaryrefslogtreecommitdiff
path: root/audio.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-31 14:01:10 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-31 14:01:10 -0400
commit9298c87bc6d689e23f910ca97991760984dbd4f9 (patch)
tree13d9bb3f40782306abf5a4c589bd1ed1b5c971fe /audio.asm
parent799b0ad911ae85ed89f3a571f62eef3bc6e5fc4a (diff)
The rest of SS Anne
Diffstat (limited to 'audio.asm')
-rw-r--r--audio.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio.asm b/audio.asm
index 2162e94e..dd9badea 100644
--- a/audio.asm
+++ b/audio.asm
@@ -17,6 +17,12 @@ PCM_10 EQU $35
PCM_11 EQU $36
PCM_12 EQU $37
PCM_13 EQU $38
+GLOBAL AUDIO_1, AUDIO_2, AUDIO_3, AUDIO_4
+GLOBAL PCM_1, PCM_2, PCM_3, PCM_4, PCM_5, PCM_6, PCM_7
+GLOBAL PCM_8, PCM_9, PCM_10, PCM_11, PCM_12, PCM_13
+
+
+
INCLUDE "constants.asm"