mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 00:42:34 +01:00
MESSAGE_ID macro: 0x10 -> 16
This commit is contained in:
parent
f28218a6f1
commit
b2d0b2c6c8
@ -6,6 +6,6 @@
|
||||
typedef s32 MessageID;
|
||||
|
||||
// Prefer editing splat.yaml's msg ids section than using this directly!
|
||||
#define MESSAGE_ID(section, index) (((section << 0x10) + index))
|
||||
#define MESSAGE_ID(section, index) (((section << 16) + index))
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user