Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit c65ddae

Browse files
committed
Update to 16.3
1 parent 2a2d2b6 commit c65ddae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ddnet.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929

3030
lock=_thread.allocate_lock()
3131
points={}
32-
asm_addr=0x0DBA80 + module_handle
32+
asm_addr=0x0DD590 + module_handle
3333
str_addr=0
34-
blank_addr=0x228F98 + module_handle
34+
blank_addr=0x228A98 + module_handle
3535
str_dis=0x12A8
3636
def getpoints():
3737
while 1:
@@ -111,7 +111,7 @@ def getpoints():
111111
str_addr = (data.value << 24) + str_addr
112112

113113
if str_addr > 0:
114-
str_addr = str_addr + 0x32FA8C - 0x10
114+
str_addr = str_addr + 0x32FC6C - 0x10
115115
time.sleep(1)
116116
for i in range(0,thread_count):
117117
_thread.start_new_thread(getpoints,())

0 commit comments

Comments
 (0)