aboutsummaryrefslogtreecommitdiffstats
path: root/audio.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2016-06-03 17:54:53 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2016-06-03 17:54:53 -0400
commit8cdf73265f95e9a55112f373804867244512878d (patch)
tree64f4263b86839e1eb9770688ad890683fa89c503 /audio.asm
parentUpdate extras with fixed gbz80disasm.py (diff)
parentFix tileset incbin statement alignment (diff)
downloadpokeyellow-8cdf73265f95e9a55112f373804867244512878d.tar.gz
pokeyellow-8cdf73265f95e9a55112f373804867244512878d.tar.xz
pokeyellow-8cdf73265f95e9a55112f373804867244512878d.zip
Merge pull request #10 from PikalaxALT/master
Next batch of scripts, etc.
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"