Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
messages.h
Go to the documentation of this file.
1#ifndef _MESSAGES_H_
2#define _MESSAGES_H_
3
4#include "types.h"
5
6// Prefer editing splat.yaml's msg ids section than using this directly!
7#define MESSAGE_ID(section, index) (((section << 16) + index))
8
9#endif