summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCatobat <69204835+Catobat@users.noreply.github.com>2023-04-30 15:10:30 +0200
committerCatobat <69204835+Catobat@users.noreply.github.com>2023-04-30 15:10:30 +0200
commit985eeb67a17517d522e963a1e52eafcd07712520 (patch)
tree0ceaa203dca5acd8fa07d34c5b8e24e971ffa84f /include
parentd1d78ed018967130231a0ce9bb04819e9faef9ce (diff)
Name members for R actions in struct_0200AF00
Diffstat (limited to 'include')
-rw-r--r--include/structures.h8
1 files changed, 4 insertions, 4 deletions
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];