Hello,
I have a difficult problem. I wanted to convert a NTSC code into a PAL code but on the PAL version, the code doesn't although I used the right offset. It's a Time Control code for Zelda Majora's Mask which I found in a Youtube video:
Time Control (Hold L or R)
D03E6B3B 0020
81382502 FFE0
D03E6B3B 0000
81382502 0004
D03E6B3B 0010
81382502 0025
In the comments of the video, someone posted a possible PAL version:
D03E6B3B 0020
81382502 FFE0
D03E6B3B 0000
81382502 0004
D03E6B3B 0010
81382502 0025
But this code doesn't work on the PAL version. It has the correct offset of 0x8B20 which is used for seemingly every code. Interestingly, I found out that the offset 0x8780 also works on many codes, so I tried this, too. But this didn't help, it still doesn't work.
Thank you for your help!
I have a difficult problem. I wanted to convert a NTSC code into a PAL code but on the PAL version, the code doesn't although I used the right offset. It's a Time Control code for Zelda Majora's Mask which I found in a Youtube video:
Time Control (Hold L or R)
D03E6B3B 0020
81382502 FFE0
D03E6B3B 0000
81382502 0004
D03E6B3B 0010
81382502 0025
In the comments of the video, someone posted a possible PAL version:
D03E6B3B 0020
81382502 FFE0
D03E6B3B 0000
81382502 0004
D03E6B3B 0010
81382502 0025
But this code doesn't work on the PAL version. It has the correct offset of 0x8B20 which is used for seemingly every code. Interestingly, I found out that the offset 0x8780 also works on many codes, so I tried this, too. But this didn't help, it still doesn't work.
Thank you for your help!

Comment