Skip to content

Commit 00ee900

Browse files
committed
Fixes Metal Blade not Despawning
1 parent 0c274c3 commit 00ee900

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fighters/rockman/src/vtable_hook.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,8 @@ pub fn install(is_runtime: bool) {
318318
skyline::patching::Patch::in_text(0x10839cc).nop();
319319

320320
// Patches which status to compare to for Metal Blade.
321-
skyline::patching::Patch::in_text(0x1080264).data(0x7107741Fu32);
321+
skyline::patching::Patch::in_text(0x1080264).nop();
322+
skyline::patching::Patch::in_text(0x1080268).nop();
322323

323324
skyline::install_hooks!(
324325
rockman_vtable_func,

0 commit comments

Comments
 (0)