From 41f05b1fe507d42c973ba89976127cf66873038f Mon Sep 17 00:00:00 2001 From: James Osborne Date: Sun, 7 Jun 2026 06:01:21 -0400 Subject: [PATCH] Test PC WriteCodeBlocks against writable data --- system/client-functions/PsoPeepsPCWriteCodeNoopTest.s | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/system/client-functions/PsoPeepsPCWriteCodeNoopTest.s b/system/client-functions/PsoPeepsPCWriteCodeNoopTest.s index 98848e22..fd75c601 100644 --- a/system/client-functions/PsoPeepsPCWriteCodeNoopTest.s +++ b/system/client-functions/PsoPeepsPCWriteCodeNoopTest.s @@ -1,6 +1,6 @@ .meta visibility="all" -.meta name="PC write noop" -.meta description="PC-only test.\nWrites NOPs over\nexisting NOPs." +.meta name="PC data noop" +.meta description="PC-only test.\nWrites zeros over\nwritable data." entry_ptr: reloc0: @@ -12,10 +12,9 @@ start: .versions 2OJW - .data 0x004E03DE + .data 0x0068854E .data 2 - nop - nop + add [eax], al