From 3d33cab0ae9c0e76310f5b84a828ae9d38b0f71b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <1173718158@qq.com> Date: Sat, 16 Nov 2024 23:45:00 +0800 Subject: [PATCH] eve --- cpp/LunaHook/LunaHook/engine64/yuzu.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cpp/LunaHook/LunaHook/engine64/yuzu.cpp b/cpp/LunaHook/LunaHook/engine64/yuzu.cpp index 7b7bc743..3fbc39ec 100644 --- a/cpp/LunaHook/LunaHook/engine64/yuzu.cpp +++ b/cpp/LunaHook/LunaHook/engine64/yuzu.cpp @@ -1786,6 +1786,7 @@ namespace { auto s = buffer->strA(); strReplace(s, "[n]", "\n"); + strReplace(s, "[#]", ""); // 分两段显示 buffer->from(s); } void F01003E601E324000(TextBuffer *buffer, HookParam *hp) @@ -3349,6 +3350,9 @@ namespace // EVE rebirth terror {0x8002CC40, {0, 1, 0, 0, F01008BA00F172000, "01008BA00F172000", "1.0.0"}}, {0x80045918, {0, 0, 0, 0, F01008BA00F172000, "01008BA00F172000", "1.0.2"}}, + // EVE ghost enemies + {0x80053900, {0, 1, 0, 0, F01008BA00F172000, "01007BE0160D6000", "1.0.0"}}, + {0x80052440, {0, 1, 0, 0, F01008BA00F172000, "01007BE0160D6000", "1.0.1"}}, }; return 1; }();