diff --git a/system/client-functions/PsoPeepsPCWriteCodeNoopTest.s b/system/client-functions/PsoPeepsPCWriteCodeNoopTest.s new file mode 100644 index 00000000..98848e22 --- /dev/null +++ b/system/client-functions/PsoPeepsPCWriteCodeNoopTest.s @@ -0,0 +1,25 @@ +.meta visibility="all" +.meta name="PC write noop" +.meta description="PC-only test.\nWrites NOPs over\nexisting NOPs." + +entry_ptr: +reloc0: + .offsetof start +start: + .include WriteCodeBlocks + + + + .versions 2OJW + + .data 0x004E03DE + .data 2 + nop + nop + + + + .all_versions + + .data 0x00000000 + .data 0x00000000 diff --git a/system/client-functions/RaresInQuests.s b/system/client-functions/RaresInQuests.s index 4550a098..a16d7fd8 100644 --- a/system/client-functions/RaresInQuests.s +++ b/system/client-functions/RaresInQuests.s @@ -43,17 +43,8 @@ start: - .versions 2OJW - - .data 0x004DFC9A - .data 2 - nop - nop - - .data 0x004E03F4 - .data 2 - nop - nop + # PSO Peeps: PC 2OJW temporarily disabled while testing PC WriteCodeBlocks. + # The disk-patched bytes work, but runtime menu delivery is crashing.