Advertisement
fig02

Untitled

Oct 29th, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. written by x coord: /* 0x14 */ s16 xRotation; //Initial Rotation when spawned
  2. written by x coord: /* 0x16 */ s16 yRotation; //Initial Rotation when spawned
  3. written by y coord: /* 0x18 */ s16 zRotation; //Initial Rotation when spawned
  4. written by y coord: /* 0x1A */ u16 unkown_0x01A;
  5. written by z coord: /* 0x1C */ u16 variable; //Configurable variable set by an actor's spawn data
  6. written by z coord: /* 0x1E */ s8 objTableIndex; //index to table at Global Context + 0x117A4
  7. written by z coord: /* 0x1F */ u8 unkown_0x01F;
  8. /* 0x20 */ u16 soundEffect; //Plays sound effect relative to actor's location (if within range of camera?)
  9.  
  10. + other values by things like rotation, held actor pointer, and possibly stuff we havent found yet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement