summaryrefslogtreecommitdiff
path: root/include/d/d_select_cursor.h
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2022-02-24 14:04:56 -0800
committerTakaRikka <38417346+TakaRikka@users.noreply.github.com>2022-02-24 14:04:56 -0800
commitfdaeb3437d447b5a8cff31f56edc00f5ed671b1b (patch)
treef5ac21c079ed61c174f9d68f9c9a3f93b412ac0c /include/d/d_select_cursor.h
parent9ba9d7c06cde1db164e3282550855880148dc940 (diff)
shop_system stuff
Diffstat (limited to 'include/d/d_select_cursor.h')
-rw-r--r--include/d/d_select_cursor.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/d/d_select_cursor.h b/include/d/d_select_cursor.h
index 5cb8af07a7..eee23d7f3a 100644
--- a/include/d/d_select_cursor.h
+++ b/include/d/d_select_cursor.h
@@ -42,7 +42,16 @@ public:
/* 80194C30 */ virtual void draw();
/* 801949EC */ virtual ~dSelect_cursor_c();
+ void setPos(f32 x, f32 y) {
+ field_0x58 = x;
+ field_0x5c = y;
+ }
+
private:
+ u8 field_0x4[0x54];
+ f32 field_0x58;
+ f32 field_0x5c;
+ u8 field_0x60[0x58];
};
#endif /* D_D_SELECT_CURSOR_H */