Skip to content

Commit f9a0ee6

Browse files
committed
Update for 17.12.2024
1 parent 6a97d10 commit f9a0ee6

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Northgard_aa.CT

+8-8
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ function UpdateFunctionList()
233233
end
234234

235235
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]
238238
local MOV_OFFSET = 0xf
239239
local change_addr = function_address + MOV_OFFSET
240240

@@ -284,24 +284,24 @@ function CloseClick(sender)
284284
return caFree
285285
end
286286

287-
-- fn logLobbyInfo@29838
287+
-- fn logLobbyInfo@29844
288288
function getLogAddress1()
289289
local FUNCTION_OFFSET = 2026
290-
local function_address = function_list[29838 + 1]
290+
local function_address = function_list[29844 + 1]
291291
return function_address + FUNCTION_OFFSET
292292
end
293293

294-
-- fn logUserJoined@29839
294+
-- fn logUserJoined@29845
295295
function getLogAddress2()
296296
local FUNCTION_OFFSET = 28
297-
local function_address = function_list[29839 + 1]
297+
local function_address = function_list[29845 + 1]
298298
return function_address + FUNCTION_OFFSET
299299
end
300300

301-
-- fn logUserLeft@29840
301+
-- fn logUserLeft@29846
302302
function getLogAddress3()
303303
local FUNCTION_OFFSET = 28
304-
local function_address = function_list[29840 + 1]
304+
local function_address = function_list[29846 + 1]
305305
return function_address + FUNCTION_OFFSET
306306
end
307307

main.lua

+8-8
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ function UpdateFunctionList()
226226
end
227227

228228
function getChangeAddress(function_address)
229-
-- fn setCheckedJoin@26452 (ui.win.LobbyFinderWaiting, bool) -> void (7 regs, 12 ops)
230-
local function_address = function_list[26452 + 1]
229+
-- fn setCheckedJoin@26465 (ui.win.LobbyFinderWaiting, bool) -> void (7 regs, 12 ops)
230+
local function_address = function_list[26465 + 1]
231231
local MOV_OFFSET = 0xf
232232
local change_addr = function_address + MOV_OFFSET
233233

@@ -277,24 +277,24 @@ function CloseClick(sender)
277277
return caFree
278278
end
279279

280-
-- fn logLobbyInfo@29838
280+
-- fn logLobbyInfo@29844
281281
function getLogAddress1()
282282
local FUNCTION_OFFSET = 2026
283-
local function_address = function_list[29838 + 1]
283+
local function_address = function_list[29844 + 1]
284284
return function_address + FUNCTION_OFFSET
285285
end
286286

287-
-- fn logUserJoined@29839
287+
-- fn logUserJoined@29845
288288
function getLogAddress2()
289289
local FUNCTION_OFFSET = 28
290-
local function_address = function_list[29839 + 1]
290+
local function_address = function_list[29845 + 1]
291291
return function_address + FUNCTION_OFFSET
292292
end
293293

294-
-- fn logUserLeft@29840
294+
-- fn logUserLeft@29846
295295
function getLogAddress3()
296296
local FUNCTION_OFFSET = 28
297-
local function_address = function_list[29840 + 1]
297+
local function_address = function_list[29846 + 1]
298298
return function_address + FUNCTION_OFFSET
299299
end
300300

0 commit comments

Comments
 (0)