nota bene : the little fix is NOT 100% for all amiga and no more for Barfly, phxass… only tested with Devpac/asmone like all other resourced cracktros.
now, if you use phxass or barfly or other, send new fixed version
and i/we’ll be able to update archive
thx
nota bene : the little fix is NOT 100% for all amiga and no more for Barfly, phxass… only tested with Devpac/asmone like all other resourced cracktros.
now, if you use phxass or barfly or other, send new fixed version
and i/we’ll be able to update archive
thx
Fixed by Cybfrog (no more absolute code + works for devpac/asmone)
https://www.flashtro.com/datas/users/8-angtrf.zip
Thank for the top tip:
here is asmone version (LABEL + Ucase)
i also let out SET1 file fro mthe original package
https://www.flashtro.com/trainerasmone.zip
remove org at the start of the code
move ">extern" (at the the end of the code) to label : example :
>extern "mod.thalion",module
MODULE: ;$blk.b 7000,$ff
incbin "mod.thalion"
for devpac, pfiu! replace :
"[]" -> "()"
blk -> dcb
the main problem is the Absolute Address of the code and datas
(see bpl=$50000, org $40000)
replace bpl= with bpl dcb.b sizeofbpl …