You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is pretty much identical to KosM.asm except for:
these lines:
move.l (Kos_decomp_source).w,d1sub.l d1,d0 andi.l #$F,d0add.l d0,d1 ; round to the nearest $10 boundary move.l d1,(Kos_module_queue).w ; and set new source
should be changed to
move.l (Kos_decomp_source).w,(Kos_module_queue).w ; set new source
You should create a file "_inc/KosM_internal.asm" modeled after "_inc/Kosinski_internal.asm" and use it on "KosinskiPlus.asm"
Optionally, you can also change all function names in the modified file to use "KosPlus" instead of "Kos", but this is only an issue if you want to use KosPlusM and KosM in the same hack.
Can you upload ASM-decoder for KosinskiPlusM?
The text was updated successfully, but these errors were encountered: