nnguyen259 / KuroTools

Tools for working with Kuro no Kiseki .dat and .tbl files
MIT License
32 stars 7 forks source link

Few Kuro 2 .dat files show warning when decompiling/disassembling #19

Open Shingentsu opened 1 year ago

Shingentsu commented 1 year ago

Opening a new issue as a PSA to anyone working with Kuro 2:

While adding new instruction keys to work with the Kuro 2 .dat files, I came across this warning where if you try to decompile/disassemble a .dat file, it will show "WARNING: Something unexpected happening at address " followed by the memory address where the issue occurred. After discussion on the discord, this seems to be due to unreachable code being present in these files. I have tried both decompilation and disassembling, yet the issue persists. Recompilation happens without issue though, so I do not think it greatly impacts the working of the game.

List of files that show one warning: c0000_ev.dat c1401.dat c2000.dat system.dat t6000.dat List of files that show two warnings: card_battler.dat jackpot_gacha.dat

TwnKey commented 1 year ago

This issue is actually described here with more details https://github.com/nnguyen259/KuroTools/issues/4