u32 model ID because that makes more sense!

This commit is contained in:
someone2639
2021-05-27 00:37:03 -04:00
parent 0ee319a300
commit b6c9fba41a

View File

@@ -54,7 +54,7 @@ typedef s16 Trajectory;
typedef s16 PaintingData;
typedef uintptr_t BehaviorScript;
typedef u8 Texture;
typedef s32 ModelID;
typedef u32 ModelID;
enum SpTaskState {
SPTASK_STATE_NOT_STARTED,