mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
Standardize process ID type to be uint
This commit is contained in:
@@ -268,7 +268,7 @@ public:
|
||||
/* 0x1C2 */ u8 gbaName;
|
||||
/* 0x1C4 */ u32 actor_status;
|
||||
/* 0x1C8 */ u32 actor_condition;
|
||||
/* 0x1CC */ u32 parentActorID;
|
||||
/* 0x1CC */ uint parentActorID;
|
||||
/* 0x1D0 */ actor_place home;
|
||||
/* 0x1E4 */ actor_place old;
|
||||
/* 0x1F8 */ actor_place current;
|
||||
|
||||
Reference in New Issue
Block a user