summaryrefslogtreecommitdiff
path: root/include/interface.h
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2025-06-08 03:31:57 +0200
committerGitHub <noreply@github.com>2025-06-07 21:31:57 -0400
commit714f43b9e9395bfe654f0c8c371157db03849d5e (patch)
tree20f90c67d0807ca7009e547da6f2a0826ea2b8de /include/interface.h
parentd3d5898f17ba1177e6f5098a64fa55e5f6279757 (diff)
Commit `do_action_static` (#2597)
* Commit `do_action_static` * fix * rm do_action_static from write_source.txt
Diffstat (limited to 'include/interface.h')
-rw-r--r--include/interface.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/interface.h b/include/interface.h
index 84834b3df..5b300068b 100644
--- a/include/interface.h
+++ b/include/interface.h
@@ -68,11 +68,6 @@ typedef enum DoAction {
/* 0x1D */ DO_ACTION_MAX
} DoAction;
-// TODO extract this information from the texture definitions themselves
-#define DO_ACTION_TEX_WIDTH 48
-#define DO_ACTION_TEX_HEIGHT 16
-#define DO_ACTION_TEX_SIZE ((DO_ACTION_TEX_WIDTH * DO_ACTION_TEX_HEIGHT) / 2) // (sizeof(gCheckDoActionENGTex))
-
typedef struct InterfaceContext {
/* 0x0000 */ View view;
/* 0x0128 */ Vtx* actionVtx;