Skip to content

Commit 3e7c302

Browse files
committed
unghost code added
1 parent ccb1785 commit 3e7c302

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/hacks.asm

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ skip_player:
5757

5858
visibility_original:
5959
mov eax, dword [esi + 0x1518]
60-
; mov eax, 0x1
61-
; nop
6260

6361
noise_original:
6462
cmp edi, eax
@@ -128,8 +126,8 @@ ghost_mode_enabled:
128126
call edi ; 10001fcc: ff d7
129127
sub esp,0x10 ; 10001fce: 83 ec 10
130128
mov edx,dword [esp+0x1c] ; 10001fd1: 8b 54 24 1c
131-
mov dword [esi],0x90909090 ; 10001fd5: c7 06 90 90 90 90
132-
mov dword [esi+0x4],0x5d99090 ; 10001fdb: c7 46 04 90 90 d9 05
129+
mov dword [esi],0x000001B8 ; 10001fd5: c7 06 b8 01 00 00
130+
mov dword [esi+0x4],0x5d99000 ; 10001fdb: c7 46 04 00 90 d9 05
133131
mov dword [esp+0xc],ebp ; 10001fe2: 89 6c 24 0c
134132
mov dword [esp+0x8],edx ; 10001fe6: 89 54 24 08
135133
mov dword [esp],esi ; 10001fea: 89 34 24

0 commit comments

Comments
 (0)