mos6502 icon indicating copy to clipboard operation
mos6502 copied to clipboard

Applying IPS patch on already patched rom?

Open komawoyo opened this issue 5 years ago • 2 comments

Is is possible to apply this patch over an already patched rom? I have a rom that supports 2 player mode. (https://www.romhacking.net/hacks/1013/)

komawoyo avatar Apr 19 '21 03:04 komawoyo

Cross-linking https://github.com/ejona86/taus/issues/28. In short: sometimes you can, but not in this case. There are some changes necessary to hook into the built-in twoplayer support, and then there's a problem of the two mods using the same space for their code.

ejona86 avatar May 24 '21 04:05 ejona86

Oh, this is linked to Tetris Zero, not the taus twoplayer mod. I've not looked into how the Tetris Zero ROM operates, but it is much larger and than the taus twoplayer mod and does overwrite some of the same sections as the hard-drop ips (which means incompatible).

ejona86 avatar May 24 '21 06:05 ejona86