Skip to content

Commit

Permalink
Add a few more actors
Browse files Browse the repository at this point in the history
  • Loading branch information
RootCubed committed Oct 22, 2021
1 parent aca4e0e commit 4df24c3
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion data/structures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ structure dBaseActor_c:dBase_c:0xb5 {

structure dActor_c:dBaseActor_c:0x26d {}

structure dWmActor_c:dBaseActor_c:0xd4 {}

structure daPlBase_c:dActor_c:0x1244 {
+0x109e demoState:sStateMethodUsr_FI_c;
+0x10ea state:sStateMethodUsr_FI_c;
Expand All @@ -61,6 +63,15 @@ preview sStateMethod_c "$stateID$";

structure sStateMethodUsr_FI_c:sStateMethod_c:0x0 {}

structure dBg_autoScroll_c:-:0x1c {
0xc val:float;
}

structure dBg_c:dBase_c:0x90a3c {
0x9003c autoscroll1:dBg_autoScroll_c;
0x9003c autoscroll2:dBg_autoScroll_c;
}

structure vec3:-:0xc {
0x0 x:float;
0x4 y:float;
Expand Down Expand Up @@ -108,4 +119,7 @@ structure GAME_SETUP:dScene_c:0x0 {}
structure MULTI_PLAY_COURSE_SELECT:dScene_c:0x0 {}
structure CURSOR:dBase_c:0x0 {}
structure PLAYER:daPlBase_c:0x0 {}
structure YOSHI:daPlBase_c:0x0 {}
structure YOSHI:daPlBase_c:0x0 {}
structure WM_TEST:dWmActor_c:0x0 {}
structure WM_TEST2:dWmActor_c:0x0 {}
structure BG_GM:dBg_c:0x138 {}

0 comments on commit 4df24c3

Please sign in to comment.