De qualquer modo...
Vá no na pasta MODS e abra Firstitems.xml.
E nessa linha, apaga o 7385.
items = {1988, 1987, 2382, 2120, 2580, 2550, 7385, 2395, 2547}
Agora, vai no items.xml
E procura a ball
EX:
Great Ball:
Vai ta assim:
<item id="2391" article="a" name="great ball">
<attribute key="weight" value="0" />
<attribute key="description" value="This is a pokeball used to catch fainted pokemon. It has a 2x catch rate." />
</item>
Deixa assim:
<item id="2391" article="a" name="great ball">
<attribute key="weight" value="0" />
<attribute key="description" value="This is a pokeball used to catch fainted pokemon. It has a 2x catch rate." />
<attribute key="slotType" value="ring" />
</item>
Pra revive é a mesma coisa, só botar:
<attribute key="slotType" value="ring" />
Só vai funcionar em chares novos.