From afbf5fdc88fe51d0f744073ff4e82a7f7864abfd Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sun, 10 May 2015 14:26:24 -0700 Subject: [PATCH] find some link actor addrs --- Lua/addrs/O common.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Lua/addrs/O common.lua b/Lua/addrs/O common.lua index 88f542f..c453bcb 100644 --- a/Lua/addrs/O common.lua +++ b/Lua/addrs/O common.lua @@ -134,6 +134,7 @@ return { beans = AL(0x9A, 1), }, + buttons = AG(0x14, 2), scene_number = AG(0xA4, 2), camera_target = AG(0x270, 4), @@ -172,10 +173,10 @@ return { link_actor = setmetatable({ --item_in_hand = AA(0x148, 1), - animation_id = AA(0x1BE, 2), + animation_id = AA(0x1AE, 2), -- 0x1BE on debug? --link_flags = AA(0xA6C, 0xC), - --lin_vel = AA(0xAD0, 'f'), - --movement_angle = AA(0xAD4, 2), - --active_sword = AA(0xADB, 1), + lin_vel = AA(0x828, 'f'), + movement_angle = AA(0x82C, 2), + active_sword = AA(0x833, 1), }, {__index = Actor(AA(0,0).addr)}), }