From fbeac8adb657c01192d2c755a45005b0f0f3c332 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 27 Sep 2015 15:05:08 -0400 Subject: Bank8 audio. todo: correct address comments note: tx_pre_constants are not 100% accurate, but they work well enough to have yellow build correctly --- constants.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'constants.asm') diff --git a/constants.asm b/constants.asm index 761d5886..7fa691b5 100644 --- a/constants.asm +++ b/constants.asm @@ -31,3 +31,4 @@ INCLUDE "constants/music_constants.asm" INCLUDE "constants/tilesets.asm" INCLUDE "constants/starter_mons.asm" INCLUDE "constants/predef_constants.asm" +INCLUDE "constants/tx_pre_constants.asm" \ No newline at end of file -- cgit v1.3.1-sl0p