Tiniifan/InazumaElevenSaveEditor

IEGO Hissatsus Dictionnary is wrong

Closed this issue · 1 comments

In the dictionary used for Go players Tezcat has the wrong move in his fourth slot: 0xA0409D4F' is 'Zero Magnum T' in CS and Galaxy dictionaries, but doesn't exist in the Go dictionary.

Tezcat_Go_Moveset

Zero Magnum values are 0x18FCFA2A (B) and 0xB2F532A1 (T) in the Go dictionary.
But since I'm not sure about the difference between the B and T versions, and why the T version doesn't have the same value between Go and CS/Galaxy, I didn't make a PR.


Players.cs

  • line 276 for Tezcat (Go)

Moves.cs:

  • lines 40/41 for Zero Magnum B/T (Go)
  • lines 186/187 for Zero Magnum B/T (CS)
  • lines 493/494 for Zero Magnum B/T (Galaxy)

Hi.

The moveset of Tezcat hasn't any problem. The real problem is the iego hissatsus dictionnary which is based on an old hissatsus iegocs dictionnary which had an error with the zero magnum IDs.
Zero magnum has 2 ID because there are 2 versions of this hissatsus, one for Tezcat (Zero Magnum T) and another for Bailong (Zero Magnum B)

Thank you for your investigations, I will correct the IEGO hissatsu dictionnary