summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2024-11-10 09:07:58 -0600
committerKiritoDv <kiritodev01@gmail.com>2024-11-10 09:07:58 -0600
commit304a0a5288f6ad4b4e7e84e5ea48e0efa9a55a9c (patch)
treefd5b9ec824c562ad254e5a88ecd1c0eee802db27 /include
parentecc6a49f9094ce32f92fa9f3db83bcfb712cf7c7 (diff)
Fixed more even things
Diffstat (limited to 'include')
-rw-r--r--include/sf64mesg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sf64mesg.h b/include/sf64mesg.h
index 6ba88c73..275ead10 100644
--- a/include/sf64mesg.h
+++ b/include/sf64mesg.h
@@ -7,6 +7,7 @@
typedef struct {
s32 msgId;
u16* msgPtr;
+ const char* path;
} MsgLookup;
u16* Message_PtrFromId(u16 msgId);