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

Commit bb262e3

Browse files
committed
Update to 16.5
1 parent 5319e33 commit bb262e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ddnet.py

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

3030
lock=_thread.allocate_lock()
3131
points={}
32-
asm_addr=0x0DEF20 + module_handle
32+
asm_addr=0x0DFFF0 + module_handle
3333
str_addr=0
3434
blank_addr=0x363100 + module_handle
3535
str_dis=0x12B0
@@ -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 + 0x32FD6C - 0X10
114+
str_addr = str_addr + 0x32FDF4 - 0X10
115115
time.sleep(1)
116116
for i in range(0,thread_count):
117117
_thread.start_new_thread(getpoints,())

0 commit comments

Comments
 (0)