warp.c build match

This commit is contained in:
CreateSource 2024-01-01 23:35:12 -05:00
parent d6afb56b46
commit fc528534bd
9 changed files with 295 additions and 18 deletions

View file

@ -1,5 +1,6 @@
#include "include/REL/w10Dll.h"
#include "game/data.h"
#include "game/hsfman.h"
#include "math.h"
@ -177,7 +178,7 @@ void BoardDestroy(void) {
}
void fn_1_8C0(void) {
s32 temp = BoardModelIDGet(lbl_1_data_28);
s16 temp = BoardModelIDGet(lbl_1_data_28);
Hu3DModelLightInfoSet(temp, 1);
}