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 /audio.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 'audio.asm')
| -rw-r--r-- | audio.asm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
