@@ -233,8 +233,8 @@ function UpdateFunctionList()
233
233
end
234
234
235
235
function getChangeAddress(function_address)
236
- -- fn setCheckedJoin@26452 (ui.win.LobbyFinderWaiting, bool) -> void (7 regs, 12 ops)
237
- local function_address = function_list[26452 + 1]
236
+ -- fn setCheckedJoin@26465 (ui.win.LobbyFinderWaiting, bool) -> void (7 regs, 12 ops)
237
+ local function_address = function_list[26465 + 1]
238
238
local MOV_OFFSET = 0xf
239
239
local change_addr = function_address + MOV_OFFSET
240
240
@@ -284,24 +284,24 @@ function CloseClick(sender)
284
284
return caFree
285
285
end
286
286
287
- -- fn logLobbyInfo@29838
287
+ -- fn logLobbyInfo@29844
288
288
function getLogAddress1()
289
289
local FUNCTION_OFFSET = 2026
290
- local function_address = function_list[29838 + 1]
290
+ local function_address = function_list[29844 + 1]
291
291
return function_address + FUNCTION_OFFSET
292
292
end
293
293
294
- -- fn logUserJoined@29839
294
+ -- fn logUserJoined@29845
295
295
function getLogAddress2()
296
296
local FUNCTION_OFFSET = 28
297
- local function_address = function_list[29839 + 1]
297
+ local function_address = function_list[29845 + 1]
298
298
return function_address + FUNCTION_OFFSET
299
299
end
300
300
301
- -- fn logUserLeft@29840
301
+ -- fn logUserLeft@29846
302
302
function getLogAddress3()
303
303
local FUNCTION_OFFSET = 28
304
- local function_address = function_list[29840 + 1]
304
+ local function_address = function_list[29846 + 1]
305
305
return function_address + FUNCTION_OFFSET
306
306
end
307
307
0 commit comments