Topic and description. :P
Anyway, I can't find the pointers for songs 18-1F. The pointers for the other songs are at $F8000, but 18-1F are absent from that list. I need to know the pointer locations because I moved the song data at $F0000 to a later location in the rom, so I can fit some other data in there.
Maybe I should start at the beginning.
In order to do a music hack, I copied the music data from the beta to the final. (Following a guide, of course.) That music data overwrote some object data, so I had to move the songs at $F0000 to a later location in the rom which was unused space. Now that I moved the music data, I could paste the object data back in the original space. Moving the music data "broke" songs $19-$1F. In order to fix it, I need to get the pointers, and follow them to the songs' headers, and update the pointers there. I can't do that because I don't know where those pointers are.
Any help would be appreciated.
Anyway, I can't find the pointers for songs 18-1F. The pointers for the other songs are at $F8000, but 18-1F are absent from that list. I need to know the pointer locations because I moved the song data at $F0000 to a later location in the rom, so I can fit some other data in there.
Maybe I should start at the beginning.
In order to do a music hack, I copied the music data from the beta to the final. (Following a guide, of course.) That music data overwrote some object data, so I had to move the songs at $F0000 to a later location in the rom which was unused space. Now that I moved the music data, I could paste the object data back in the original space. Moving the music data "broke" songs $19-$1F. In order to fix it, I need to get the pointers, and follow them to the songs' headers, and update the pointers there. I can't do that because I don't know where those pointers are.
Any help would be appreciated.


00