From baa4889aff53436ce37d0864ecb8c2737ea979a2 Mon Sep 17 00:00:00 2001 From: ChocoTaco1 Date: Tue, 18 Aug 2020 13:20:30 -0400 Subject: [PATCH] Took out NetRatePatch --- Classic/scripts/autoexec/MemPatches.cs | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/Classic/scripts/autoexec/MemPatches.cs b/Classic/scripts/autoexec/MemPatches.cs index 9c20772..db77650 100644 --- a/Classic/scripts/autoexec/MemPatches.cs +++ b/Classic/scripts/autoexec/MemPatches.cs @@ -24,18 +24,4 @@ function suppressTraversalRootPatch() memPatch("56AD8A", "90909090909090909090909090909090909090909090"); memPatch("56D114", "90909090909090909090909090909090909090909090"); $tvpatched = 1; -} - -// Netrate patch by bahke -// 32 packets per second - -$pref::Net::PacketSize = $Host::ClassicPacketSize; - -memPatch("A3A100","5052BA00000000B8000000005150526800000000E8C7D6B4FF5A585981C20100000039C27CE65A58E95F8CB8FF"); -memPatch("A3A200","5052BA00000000B8000000005150526800000000E8C7D5B4FF5A585981C20100000039C27CE65A58E9FC8AB8FF"); -memPatch("5C2D22","E9D97447009090"); -memPatch("5C2D85","E9767347009090"); -memPatch("0058665C","9090909090909090"); -memPatch("00586682","90909090909090909090"); -memPatch("005866AB","90909090909090909090"); -memPatch("58781A","EB0C"); \ No newline at end of file +} \ No newline at end of file