Matched REL/mess + some data cleanup

This commit is contained in:
mrshigure 2024-03-16 13:04:23 -07:00
parent d3aae72c3b
commit 6d754f108e
11 changed files with 612 additions and 227 deletions

View file

@ -1537,7 +1537,7 @@ void HuWinMesMaxSizeGet(s16 mess_num, float *size, ...) {
va_end(list);
}
void HuWinInsertMesSizeGet(s32 mess, s16 index) {
void HuWinInsertMesSizeGet(u32 mess, s16 index) {
winInsertF = 1;
winMaxWidth = winMaxHeight = 0;
GetMesMaxSizeSub(mess);