diff options
| author | ehw <Knuckles500@gmail.com> | 2018-06-04 01:01:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-04 01:01:20 -0400 |
| commit | 0866f63f444d58f53cc53624778737a2d48119bc (patch) | |
| tree | d673199eb92b989dc10598ebd4534a8fcd0c4f3b /engine | |
| parent | 77d75a00c5df0bac4cdc7e63cd157d734a6ce79b (diff) | |
Update wram.asm and title.asm for new sound findings
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/title.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/title.asm b/engine/title.asm index e141096..097a585 100644 --- a/engine/title.asm +++ b/engine/title.asm @@ -445,14 +445,14 @@ endc ld hl, wJumptableIndex inc [hl] xor a - ld [wNextBGM], a ; C1A7 - ld [wNextBGM + 1], a - ld hl, wSoundFade ; C1A5 + ld [wMusicFadeID], a ; C1A7 + ld [wMusicFadeID + 1], a + ld hl, wMusicFade ; C1A5 ld [hl], 8 ret TitleSeq_FadeMusicOut:: ; 615C - ld a, [wSoundFade] + ld a, [wMusicFade] and a ret nz ld a, 3 |
