diff options
| author | Max Roncace <me@caseif.net> | 2025-08-24 02:52:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-24 09:52:08 +0300 |
| commit | 513816ce5c055be898b80dfa3b7048bcaca876a7 (patch) | |
| tree | 85ac5e0383eb1ef1e4442c95f7c63c2c146098ae /src/d/actor/d_a_obj_Y_taihou.cpp | |
| parent | 8a30030dc73931727bd3d6327c1a37255a295f3f (diff) | |
Add a precompiled header for RELs (#2597)
Diffstat (limited to 'src/d/actor/d_a_obj_Y_taihou.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_Y_taihou.cpp | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/src/d/actor/d_a_obj_Y_taihou.cpp b/src/d/actor/d_a_obj_Y_taihou.cpp index 0bab2b39dc..cbc4f1ab03 100644 --- a/src/d/actor/d_a_obj_Y_taihou.cpp +++ b/src/d/actor/d_a_obj_Y_taihou.cpp @@ -3,6 +3,8 @@ * */ +#include "d/dolzel_rel.h" + #include "d/actor/d_a_obj_Y_taihou.h" #include "d/d_bg_w.h" #include "d/d_cc_d.h" @@ -170,23 +172,6 @@ void daObjYtaihou_c::setNextAngle() { current.angle.z = home.angle.y + l_offsetAngle[field_0x775]; } -UNK_BSS(1109); -UNK_BSS(1107); -UNK_BSS(1105); -UNK_BSS(1104); -UNK_BSS(1099); -UNK_BSS(1097); -UNK_BSS(1095); -UNK_BSS(1094); -UNK_BSS(1057); -UNK_BSS(1055); -UNK_BSS(1053); -UNK_BSS(1052); -UNK_BSS(1014); -UNK_BSS(1012); -UNK_BSS(1010); -UNK_BSS(1009); - /* 80BA1358-80BA135C 000048 0004+00 1/1 0/0 0/0 .bss l_wheelMinR$3836 */ static f32 l_wheelMinR; |
