Decompile all of pokenav_unk_3.c

This commit is contained in:
Marcus Huderle
2019-04-14 13:21:06 -05:00
committed by huderlem
parent e3bdb08efa
commit f40f2c5e9c
11 changed files with 520 additions and 1007 deletions

View File

@@ -93,7 +93,7 @@ void CopyMonCategoryText(int dexNum, u8 *dest)
StringCopy(str + 1, gText_Pokemon);
}
u8 *sub_81DB494(u8 *str, int fontId, u8 *str2, int totalStringWidth)
u8 *sub_81DB494(u8 *str, int fontId, const u8 *str2, int totalStringWidth)
{
u8 *buffer;
int width;