Or is that not easily accomplished? I know that by changing the extension to .txt it makes it editable, but the code format is something like:
<?xml version='1.0' encoding='UTF-8' ?>
<cheats>
<cheat type="cb" name="Max HP">
<code>3202AB88 0063</code>
</cheat>
<cheat type="cb" name="Current HP">
<code>3202AB89 0063</code>
</cheat>
and the desired output is:
[Max HP]3202AB88 0063[Current HP]3202AB89 0063
But with a .cht file FULL of codes, it'd take a while to manually go in and edit all that jargon. Is there a way to automate it?
<?xml version='1.0' encoding='UTF-8' ?>
<cheats>
<cheat type="cb" name="Max HP">
<code>3202AB88 0063</code>
</cheat>
<cheat type="cb" name="Current HP">
<code>3202AB89 0063</code>
</cheat>
and the desired output is:
[Max HP]3202AB88 0063[Current HP]3202AB89 0063
But with a .cht file FULL of codes, it'd take a while to manually go in and edit all that jargon. Is there a way to automate it?