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 u8* str);
4
u8 dx_ascii_char_to_msg(u8 in)
Definition utils.c:3
u8 * dx_string_to_msg(u8 *msg, const u8 *str)
Definition utils.c:16