diff options
author | libjet <libj3t@gmail.com> | 2019-12-11 21:50:49 +0000 |
---|---|---|
committer | libjet <libj3t@gmail.com> | 2019-12-12 20:43:24 +0000 |
commit | 7acf2ec917864acaa267411ffff96f60f50ce703 (patch) | |
tree | 9f26694b1d26ff0514d05f379567effa9021652b /engine/title.asm | |
parent | 93872e920e9c82e1299a7f674cba5b56397b359d (diff) |
Update predef_pointers and wram, and correct typo's caused by search + replace
Diffstat (limited to 'engine/title.asm')
-rwxr-xr-x | engine/title.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/title.asm b/engine/title.asm index b2546dd2..8427dfc9 100755 --- a/engine/title.asm +++ b/engine/title.asm @@ -341,8 +341,8 @@ Function6434: ld hl, wce63 inc [hl] xor a - ld [wMusicFadeIDLo], a - ld [wMusicFadeIDHi], a + ld [wMusicFadeID], a + ld [wMusicFadeID + 1], a ld hl, wMusicFade ld [hl], $8 ld hl, wce65 |