04-26-2021, 02:33 PM
(02-15-2018, 12:03 AM)Vega Wrote: Patch GCT file to main.dolThe default is --gct-move=AUTO. With this setting, the patcher decides about GCT moving. So the first command does manage large GCT too.
wstrt patch main.dol --add-section nameofgct.gct
Patch GCT file (that exceeds 256 Ocarina line limit) to main.dol
wstrt patch main.dol --gct-move=ON --add-section nameofgct.gct
And then it is possible to add more than one GCT in a single step:
wstrt patch main.dol --add-section a.gct --add-section b.gct --add-section c.gct
(02-15-2018, 12:03 AM)Vega Wrote: Change Vs/Battle Region slot (this does not change line color underneath name)Best is to patch main.dol too:
wstrt patch StaticR.rel --region X
X = region #
wstrt patch main.dol StaticR.rel --region X