aboutsummaryrefslogtreecommitdiffstats
path: root/constants.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-01-21 14:06:59 -0500
committeryenatch <yenatch@gmail.com>2014-01-21 14:08:06 -0500
commit001270908a91e6d0413c485ebe1ed46ef00e40a6 (patch)
tree5665719c7451bdca8569222c6224288f74cd0519 /constants.asm
parentrearrange audio.asm (diff)
downloadpokeyellow-001270908a91e6d0413c485ebe1ed46ef00e40a6.tar.gz
pokeyellow-001270908a91e6d0413c485ebe1ed46ef00e40a6.tar.xz
pokeyellow-001270908a91e6d0413c485ebe1ed46ef00e40a6.zip
define music constants instead of running around with ((label-$4000)/3)
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm
index 0f726b6a..2d5b3d9b 100644
--- a/constants.asm
+++ b/constants.asm
@@ -26,3 +26,4 @@ INCLUDE "constants/map_constants.asm"
INCLUDE "constants/map_dimensions.asm"
INCLUDE "constants/connection_constants.asm"
INCLUDE "constants/credits_constants.asm"
+INCLUDE "constants/music_constants.asm"