diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-20 23:32:54 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-20 23:32:54 -0400 |
| commit | 69a0ce42ac81d96f48a0f8522efc4f195de04493 (patch) | |
| tree | 30e53b82226677ca8d4fa4d54f2b2611f2287638 /audio.asm | |
| parent | Move yellow/main.asm code to main.asm (diff) | |
| download | pokeyellow-69a0ce42ac81d96f48a0f8522efc4f195de04493.tar.gz pokeyellow-69a0ce42ac81d96f48a0f8522efc4f195de04493.tar.xz pokeyellow-69a0ce42ac81d96f48a0f8522efc4f195de04493.zip | |
Disassemble yellow sounds
Diffstat (limited to 'audio.asm')
| -rw-r--r-- | audio.asm | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -31,9 +31,7 @@ SECTION "Sound Effect Headers 3", ROMX, BANK[AUDIO_3] INCLUDE "audio/headers/sfxheaders3.asm" SECTION "Sound Effect Headers 4", ROMX, BANK[AUDIO_4] -SFX_Headers_4:: ; 80000 (20:4000) - dr $80000,$801cb -; INCLUDE "audio/headers/sfxheaders4.asm" +INCLUDE "audio/headers/sfxheaders4.asm" SECTION "Music Headers 1", ROMX, BANK[AUDIO_1] INCLUDE "audio/headers/musicheaders1.asm" @@ -45,8 +43,7 @@ SECTION "Music Headers 3", ROMX, BANK[AUDIO_3] INCLUDE "audio/headers/musicheaders3.asm" SECTION "Music Headers 4", ROMX, BANK[AUDIO_4] - dr $801cb,$801ec -;INCLUDE "audio/headers/musicheaders4.asm" +INCLUDE "audio/headers/musicheaders4.asm" SECTION "Sound Effects 1", ROMX, BANK[AUDIO_1] @@ -373,7 +370,7 @@ INCLUDE "audio/sfx/cry21_3.asm" INCLUDE "audio/sfx/cry22_3.asm" SECTION "Sound Effects 4", ROMX, BANK[AUDIO_4] - dr $801ec, $80f14 +INCLUDE "audio/sfx/sound_effects_4.asm" SECTION "Audio Engine 1", ROMX, BANK[AUDIO_1] @@ -669,8 +666,9 @@ INCLUDE "audio/music/yellowintro.asm" SECTION "Music 4", ROMX, BANK[AUDIO_4] INCLUDE "audio/music/surfingpikachu.asm" INCLUDE "audio/music/yellowunusedsong.asm" +INCLUDE "audio/music/jessieandjames.asm" - dr $8316d,$84000 + dr $832b9,$84000 SECTION "Pikachu Cries 1",ROMX,BANK[PCM_1] PikachuCry1:: ; 84000 (21:4000) |
