summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2025-06-04 02:30:44 +0200
committerGitHub <noreply@github.com>2025-06-03 20:30:44 -0400
commit66f367e44948e98e937d0a29f86e321e2b549d27 (patch)
tree733999dfbff6bedcee50ee6ad039974658c9e612 /include
parent31f8c32ed947dfcbfb2c73e4e6aff6ef3dbbb4d5 (diff)
Commit `g_pn_*.c` files (#2573)
Diffstat (limited to 'include')
-rw-r--r--include/z64actor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/z64actor.h b/include/z64actor.h
index 30869fde4..14defad5e 100644
--- a/include/z64actor.h
+++ b/include/z64actor.h
@@ -452,6 +452,9 @@ typedef enum AttentionRangeType {
/* 10 */ ATTENTION_RANGE_MAX
} AttentionRangeType;
+#define PLACE_NAME_TEX_WIDTH 144
+#define PLACE_NAME_TEX_HEIGHT 24
+
typedef struct TitleCardContext {
/* 0x00 */ void* texture;
/* 0x04 */ s16 x;