From 001270908a91e6d0413c485ebe1ed46ef00e40a6 Mon Sep 17 00:00:00 2001 From: yenatch Date: Tue, 21 Jan 2014 14:06:59 -0500 Subject: define music constants instead of running around with ((label-$4000)/3) --- audio.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'audio.asm') diff --git a/audio.asm b/audio.asm index acfeffc5..81fd8b8b 100644 --- a/audio.asm +++ b/audio.asm @@ -5,6 +5,7 @@ AUDIO_2 EQU $8 AUDIO_3 EQU $1f INCLUDE "macros.asm" +INCLUDE "constants/music_constants.asm" INCLUDE "constants/trainer_constants.asm" ; PC -- cgit v1.3.1-sl0p