Fixed more even things

This commit is contained in:
KiritoDv 2024-11-10 09:07:58 -06:00
parent ecc6a49f90
commit 304a0a5288
9 changed files with 208 additions and 141 deletions

View file

@ -7,6 +7,7 @@
typedef struct {
s32 msgId;
u16* msgPtr;
const char* path;
} MsgLookup;
u16* Message_PtrFromId(u16 msgId);