nunuhara / alice-tools

Tools for extracting/editing files from AliceSoft games.
GNU General Public License v2.0
131 stars 19 forks source link

Dai Sengoku ain dump code issue #70

Open marcelimati opened 2 months ago

marcelimati commented 2 months ago

Hello, I am having a trouble with extracting the code from mod to sengoku.

I try to dump the code and i get following error:

alice.exe ain dump -c -o code.jam .\戦国ランス.ain
*ERROR*(../src/core/ain/dasm.c:print_argument:314): At 0x1c202e: Invalid variable number: 4

But when i try:

alice.exe ain dump -C -o code.jam .\戦国ランス.ain

It does work and i can see all the code. But i would rather work with parsed code, because I need to add new lines and such. Is there something that can be made about this?