What kind of process is it to port stuff to PAL anyway?
This is how i did it with the Roy Codeset a while ago, but dunno if this works with every other build.
Take a NTSC codeset in txt and the same codeset in PAL (maybe 4.1)
Open them with winmerge or a similar app.
Now check the same codes in both txtfiles, for example "Jump/Grav Values".
Code:
Jump/Grav Values Pal
065AAFC0 000000E0
0025CB60 0114F440
02687580 0325EB40
Jump/Grav Values NTSC
065A9200 000000E0
0025CB60 0114F440
02687580 0325EB40
Take a look at the first line of both codes, they should be a little different.
But if u look at the second or third line, the numbers(?) should be the same (in most cases).
Code:
Jump/Grav Values Pal
065AAFC0 000000E0 (different, so dont change it)
0025CB60 0114F440 (the same, so it can be changed)
02687580 0325EB40 (the same, so it can be changed)
If u checked the whole code u will see, they are almost the same except for the first line or somethimes some more.
So u just have to find out witch lines can be changed and replace them with maybe the lines from B+5.0.
_________________
Im still a noob so i dunno if it works with 4.1 to 5.0 porting too, i just know it wokred with the Roy codesset and it wasnt that hard.
Maybe it was just luck that the Roy build worked ^^"