From 985eeb67a17517d522e963a1e52eafcd07712520 Mon Sep 17 00:00:00 2001 From: Catobat <69204835+Catobat@users.noreply.github.com> Date: Sun, 30 Apr 2023 15:10:30 +0200 Subject: Name members for R actions in struct_0200AF00 --- include/structures.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/structures.h b/include/structures.h index b18bb1ea..2560d32a 100644 --- a/include/structures.h +++ b/include/structures.h @@ -117,10 +117,10 @@ typedef struct { u8 filler22[0x2]; u8 ezloNagFuncIndex; u8 filler25[7]; - u8 unk_2c; - u8 unk_2d; - u8 unk_2e; - u8 unk_2f; + u8 rActionInteractObject; // used as R button UI frame index + u8 rActionInteractTile; + u8 rActionGrabbing; + u8 rActionPlayerState; // if not 0, overrides other R actions u8 buttonText[3]; u8 unk_33; UIElement elements[MAX_UI_ELEMENTS]; -- cgit v1.2.3