From d04be4761f206d23976aa01634c3082ab75b0d95 Mon Sep 17 00:00:00 2001 From: "(Jip) Willem Wijnia" Date: Sat, 10 Aug 2024 21:06:31 +0200 Subject: [PATCH] Revert "Enable class 4 attach points (#80)" (#83) This reverts commit db3cf6be6af628bad049c8682c11af04555e0cf8. --- README.md | 2 -- hooks/Class4AttachSize.cpp | 6 ------ 2 files changed, 8 deletions(-) delete mode 100644 hooks/Class4AttachSize.cpp diff --git a/README.md b/README.md index 19c2ca25..24450e90 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,6 @@ These don't matter except for other assembly patches - hooks/aiinitattack.cpp ## Bugs -- Enable Class 4 attach points ("AttachPoint_Spr" bones) - - hooks/Class4AttachSize.cpp - Remove lingering transport load factor calcuation at aircraft initialization - hooks/RemoveTransportLoadFactor.cpp - Fix `RolloverInfo` returning integer economy values. diff --git a/hooks/Class4AttachSize.cpp b/hooks/Class4AttachSize.cpp deleted file mode 100644 index 61c32fb3..00000000 --- a/hooks/Class4AttachSize.cpp +++ /dev/null @@ -1,6 +0,0 @@ -asm( - // Moho::CAiTransportImpl::"GetAttachPointsFor"+0xAA (switch case Moho::ETransportClass::TRANSPORTCLASS_4) - ".section h0; .set h0,0x5E6BDA;" - "jmp .+0x1F; nop;" // add break to case so it doesn't fall-through and get overriden by TRANSPORTCLASS_SPECIAL - // by utilizing output assignment of case TRANSPORTCLASS_3/TRANSPORTCLASS_SPECIAL to make room for the jump -); \ No newline at end of file