Add Message ID macros

This commit is contained in:
gamemasterplc 2023-12-22 17:45:58 -06:00
parent 3a297f36b0
commit d4fa564504

View file

@ -4,6 +4,8 @@
#include "game/sprite.h"
#include "dolphin.h"
#define MAKE_MESSID(bank, mess) (((bank) << 16)+(mess))
#define MAKE_MESSID_PTR(ptr) ((u32)(ptr))
typedef struct {
/* 0x00 */ u8 color;