summaryrefslogtreecommitdiff
path: root/audio.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-02-14 19:33:54 -0500
committeryenatch <yenatch@gmail.com>2014-02-14 19:34:42 -0500
commit1439ba6f2a2f94f7a4314c693246519cc383dbf2 (patch)
treed8d392b6f6a90270c4ea36f7ae124a08a7aadb70 /audio.asm
parentd0b7dee9e96bc69c7ba987d50db9f14bb4b79f5e (diff)
audio: Include all constants
Diffstat (limited to 'audio.asm')
-rw-r--r--audio.asm9
1 files changed, 1 insertions, 8 deletions
diff --git a/audio.asm b/audio.asm
index 60d00e8a..ed0c9e03 100644
--- a/audio.asm
+++ b/audio.asm
@@ -3,14 +3,7 @@ AUDIO_1 EQU $2
AUDIO_2 EQU $8
AUDIO_3 EQU $1f
-INCLUDE "macros.asm"
-INCLUDE "constants/music_constants.asm"
-INCLUDE "constants/trainer_constants.asm"
-
-; PC
-INCLUDE "hram.asm"
-INCLUDE "constants/move_constants.asm"
-
+INCLUDE "constants.asm"
SECTION "Sound Effect Headers 1", ROMX, BANK[AUDIO_1]