gdkchan / Ohana3DS-Rebirth

WIP new version of Ohana3DS in C#.
173 stars 39 forks source link

Import Button doesn't work on Pokemon Overworld BCHs #11

Closed igniscitrinus closed 8 years ago

igniscitrinus commented 8 years ago

Pokemon Overworld models can't be imported through the Import dialog, but they can be dragged and dropped and loaded from the Open dialog just fine. My guess is that they're not being properly autodetected since their magic bytes are MM, as opposed to BCH.

gdkchan commented 8 years ago

it cant be imported because I didnt added it on the import dialog format switch case (FileIO.cs, lines 213 - 230).