diff options
| author | yenatch <yenatch@gmail.com> | 2014-01-21 14:06:59 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-01-21 14:08:06 -0500 |
| commit | 001270908a91e6d0413c485ebe1ed46ef00e40a6 (patch) | |
| tree | 5665719c7451bdca8569222c6224288f74cd0519 /constants.asm | |
| parent | rearrange audio.asm (diff) | |
| download | pokeyellow-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.asm | 1 |
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" |
