From 096831ac1b594f5e7d9d0d457b4078bd0aa25af2 Mon Sep 17 00:00:00 2001 From: James Osborne Date: Fri, 15 May 2026 11:52:45 -0400 Subject: [PATCH] Convert PSO Peeps client functions to new format --- .../PsoPeepsDragonHP.3OE1.patch.s => PsoPeepsDragonHP.s} | 6 +++++- .../PsoPeepsEP1EXP10x.3OE1.patch.s => PsoPeepsEP1EXP10x.s} | 6 +++++- .../PsoPeepsEP1EXP5x.3OE1.patch.s => PsoPeepsEP1EXP5x.s} | 6 +++++- .../PsoPeepsEP2EXP10x.3OE1.patch.s => PsoPeepsEP2EXP10x.s} | 6 +++++- .../PsoPeepsEP2EXP5x.3OE1.patch.s => PsoPeepsEP2EXP5x.s} | 6 +++++- 5 files changed, 25 insertions(+), 5 deletions(-) rename system/client-functions/{PsoPeepsDragonHP/PsoPeepsDragonHP.3OE1.patch.s => PsoPeepsDragonHP.s} (80%) rename system/client-functions/{PsoPeepsEXP/PsoPeepsEP1EXP10x.3OE1.patch.s => PsoPeepsEP1EXP10x.s} (99%) rename system/client-functions/{PsoPeepsEXP/PsoPeepsEP1EXP5x.3OE1.patch.s => PsoPeepsEP1EXP5x.s} (99%) rename system/client-functions/{PsoPeepsEXP/PsoPeepsEP2EXP10x.3OE1.patch.s => PsoPeepsEP2EXP10x.s} (99%) rename system/client-functions/{PsoPeepsEXP/PsoPeepsEP2EXP5x.3OE1.patch.s => PsoPeepsEP2EXP5x.s} (99%) diff --git a/system/client-functions/PsoPeepsDragonHP/PsoPeepsDragonHP.3OE1.patch.s b/system/client-functions/PsoPeepsDragonHP.s similarity index 80% rename from system/client-functions/PsoPeepsDragonHP/PsoPeepsDragonHP.3OE1.patch.s rename to system/client-functions/PsoPeepsDragonHP.s index bf5d4ee4..46d2df5c 100644 --- a/system/client-functions/PsoPeepsDragonHP/PsoPeepsDragonHP.3OE1.patch.s +++ b/system/client-functions/PsoPeepsDragonHP.s @@ -1,12 +1,16 @@ +.meta visibility="menu" +.meta key="PsoPeepsDragonHP" .meta name="PSO Peeps Dragon HP" .meta description="Sets Normal Dragon HP\nto 1800 for V2 crossplay" +.versions 3OE1 + entry_ptr: reloc0: .offsetof start start: - .include WriteCodeBlocksGC + .include WriteCodeBlocks # GC Plus USA / 3OE1 # BattleParamEntry_on.dat loaded Normal Dragon row at 0x811ABA48 diff --git a/system/client-functions/PsoPeepsEXP/PsoPeepsEP1EXP10x.3OE1.patch.s b/system/client-functions/PsoPeepsEP1EXP10x.s similarity index 99% rename from system/client-functions/PsoPeepsEXP/PsoPeepsEP1EXP10x.3OE1.patch.s rename to system/client-functions/PsoPeepsEP1EXP10x.s index 7a60282b..ecbae787 100644 --- a/system/client-functions/PsoPeepsEXP/PsoPeepsEP1EXP10x.3OE1.patch.s +++ b/system/client-functions/PsoPeepsEP1EXP10x.s @@ -1,12 +1,16 @@ +.meta visibility="menu" +.meta key="PsoPeepsEP1EXP10x" .meta name="PSO Peeps EP1 10x EXP" .meta description="Sets EP1 enemy EXP\nto 10x for GC crossplay" +.versions 3OE1 + entry_ptr: reloc0: .offsetof start start: - .include WriteCodeBlocksGC + .include WriteCodeBlocks # PSO Peeps GC Plus USA / 3OE1 # Source table: BattleParamEntry_on.dat diff --git a/system/client-functions/PsoPeepsEXP/PsoPeepsEP1EXP5x.3OE1.patch.s b/system/client-functions/PsoPeepsEP1EXP5x.s similarity index 99% rename from system/client-functions/PsoPeepsEXP/PsoPeepsEP1EXP5x.3OE1.patch.s rename to system/client-functions/PsoPeepsEP1EXP5x.s index a3dbdfd0..8907ea04 100644 --- a/system/client-functions/PsoPeepsEXP/PsoPeepsEP1EXP5x.3OE1.patch.s +++ b/system/client-functions/PsoPeepsEP1EXP5x.s @@ -1,12 +1,16 @@ +.meta visibility="menu" +.meta key="PsoPeepsEP1EXP5x" .meta name="PSO Peeps EP1 5x EXP" .meta description="Sets EP1 enemy EXP\nto 5x for GC crossplay" +.versions 3OE1 + entry_ptr: reloc0: .offsetof start start: - .include WriteCodeBlocksGC + .include WriteCodeBlocks # PSO Peeps GC Plus USA / 3OE1 # Source table: BattleParamEntry_on.dat diff --git a/system/client-functions/PsoPeepsEXP/PsoPeepsEP2EXP10x.3OE1.patch.s b/system/client-functions/PsoPeepsEP2EXP10x.s similarity index 99% rename from system/client-functions/PsoPeepsEXP/PsoPeepsEP2EXP10x.3OE1.patch.s rename to system/client-functions/PsoPeepsEP2EXP10x.s index d7ac2cdc..691c2927 100644 --- a/system/client-functions/PsoPeepsEXP/PsoPeepsEP2EXP10x.3OE1.patch.s +++ b/system/client-functions/PsoPeepsEP2EXP10x.s @@ -1,12 +1,16 @@ +.meta visibility="menu" +.meta key="PsoPeepsEP2EXP10x" .meta name="PSO Peeps EP2 10x EXP" .meta description="Sets EP2 enemy EXP\nto 10x for GC crossplay" +.versions 3OE1 + entry_ptr: reloc0: .offsetof start start: - .include WriteCodeBlocksGC + .include WriteCodeBlocks # PSO Peeps GC Plus USA / 3OE1 # Source table: BattleParamEntry_lab_on.dat diff --git a/system/client-functions/PsoPeepsEXP/PsoPeepsEP2EXP5x.3OE1.patch.s b/system/client-functions/PsoPeepsEP2EXP5x.s similarity index 99% rename from system/client-functions/PsoPeepsEXP/PsoPeepsEP2EXP5x.3OE1.patch.s rename to system/client-functions/PsoPeepsEP2EXP5x.s index 1b49580d..d6a82850 100644 --- a/system/client-functions/PsoPeepsEXP/PsoPeepsEP2EXP5x.3OE1.patch.s +++ b/system/client-functions/PsoPeepsEP2EXP5x.s @@ -1,12 +1,16 @@ +.meta visibility="menu" +.meta key="PsoPeepsEP2EXP5x" .meta name="PSO Peeps EP2 5x EXP" .meta description="Sets EP2 enemy EXP\nto 5x for GC crossplay" +.versions 3OE1 + entry_ptr: reloc0: .offsetof start start: - .include WriteCodeBlocksGC + .include WriteCodeBlocks # PSO Peeps GC Plus USA / 3OE1 # Source table: BattleParamEntry_lab_on.dat