Primary Zelda Hacking

Link's Awakening Hacking => Bug Reports => Topic started by: ArchProctor on June 16, 2013, 09:37:00 PM



Title: Overworld Map 07/08 music bug
Post by: ArchProctor on June 16, 2013, 09:37:00 PM
On the OW, if I change the music value on map 07 from track 06 to anything else, and then save it, then go away and come back, the value reverts back to 06. However, if I go to map 08, then that map's music value is now the value I tried to set for map 07.


Title: Re: Overworld Map 07/08 music bug
Post by: Fatories on June 16, 2013, 10:48:22 PM
Thanks for mentioning this. I have it fixed now for whenever the next release is. If you need to change the music for map 7 immediately, simply open up a hex editor and go to 0x8007 then just put the music ID you want for that map.


Title: Re: Overworld Map 07/08 music bug
Post by: Fatories on June 16, 2013, 11:47:10 PM
I just thought I would make another post to elaborate on the issue a bit. All of map 7's map data is probably overwriting map 8's. This is because the game doesn't have an S.O.G for map 7 and instead makes map 7 read map 8's; however, in my coding i failed to change it back to map 7 after saving the S.O.G byte so all the data would overwrite map 8's.