Original guide by @whisperito on discord

This guide works with most 3DS games but B1 and B2

**Step 0 : Getting tools :**

You’ll need :

Kuriimu2 CfgBinEditor (Tiniifan) or CfgBinEditor (OnePieceFreak) (both work)

Not necessaries but recommendeds : The latest MyTags

**Step 1 : Extracting necessary files**

  1. Open your main fa yw[?]_a.fa (there may not be a caracter instead of ?) using Kuriimu2
  2. Go to data/res/shop and extract combine_config.cfg.bin (you should also need to extract chara_param[???].cfg.bin in data/res/character(always take the heaviest one if there are multiples ones)

**Step 2 : Editing the files **

0. If you chose to use the tags, please make sure that you’ve put the downloaded tags into the same folder as the CfgBinEditor executable 1. First, make sure your Yo-Kai is fusable, for this, open the chara_param[???].cfg.bin using your CfgBinEditor, choose the tags for your game and go to the CHARA_PARAM entry of your yo-kai, scroll down and look for an IsFusable value (or if you’re not using the tags, it’s one of the last values generally, it’s a boolean), make sure this value is 1.

  1. Open combine_config.cfg.bin using your CfgBinEditor, choose the tags for your game.
  2. Duplicate an entry in COMBINE_CONFIG_BEGIN_0 (_BEGIN_0 may or may not happen depending of your CfgBinEditor) and generate an ID on this site, put the generated ID in the FusionID variable (make sure it’s as HEX)
  3. If the base of the fusion (one of the two elements of the fusion) is an item, put 1 in the BaseIsItem, if it’s a yo-kai, put 0, then, in BaseID, put the ID of the first element (either way your ItemID or the Yo-Kai’s ParamID)

  4. If the material (second of the two elements of the fusion) is an item, put 1 in the MaterialIsItem value, if it’s a yo-kai, put 0, then, in MaterialID put the ID of the second element (either way your ItemID or the Yo-Kai’s ParamID)
  5. Then, if the result of your fusion is an item, in the EvolveToIsItem value, put 1, if it’s a Yo-Kai, put 0, next, in the EvolveToID value, put your result’s ID (either way your ItemID or the Yo-Kai’s ParamID)
  6. I actually don’t know what’s FusionIsItem, I’ll update the guide if I figure out!
  7. Click on your entry list, (in this case it’s COMBINE_CONFIG_BEGIN_0) (_BEGIN_0 may or may not happen depending on your CfgBinEditor) and increase the value you see at the right by the number of entries you added! Then, you can save without any problems your .cfg.bin

**Step 3 : Saving, and, testing.**

  1. Replace the files you edited using Kuriimu2
  2. Save your .fa
  3. Test the mod!