Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
utils.h
Go to the documentation of this file.
1#include "common.h"
2
3u8* dx_string_to_msg(u8* msg, const char* str);
4
5u8 dx_ascii_char_to_msg(char in);
u8 dx_ascii_char_to_msg(char in)
Definition utils.c:3
u8 * dx_string_to_msg(u8 *msg, const char *str)
Definition utils.c:16