diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2026-05-04 22:07:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-04 22:07:42 +0200 |
| commit | b44496319d3027a625fcf876cf22e467720355df (patch) | |
| tree | 4eff75d3a7855824487f1e87c99394640fb3387d /include/DTCM | |
| parent | fe6681a298f089c5bbbee077ad9c06dc801df476 (diff) | |
ActorShopItem 98% (#151)
* ActorShopItem 93%
* Fix build
* Add missing symbols to usa
* Document BMG message ID functions
* Create bmg.py for inspecting BMG files
* ActorShopItem 98%
* Match func_ov031_0217dfec
* Port reloc changes to usa
* Make `ModelRender::GetLcdcAddress` non-const
Diffstat (limited to 'include/DTCM')
| -rw-r--r-- | include/DTCM/UnkStruct_027e0f64.hpp | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/include/DTCM/UnkStruct_027e0f64.hpp b/include/DTCM/UnkStruct_027e0f64.hpp index 9a0bdd36..755ba5bd 100644 --- a/include/DTCM/UnkStruct_027e0f64.hpp +++ b/include/DTCM/UnkStruct_027e0f64.hpp @@ -3,11 +3,21 @@ #include "global.h" #include "types.h" +#include <nds/math.h> + #include "Player/Bhio.hpp" struct UnkStruct_027e0f64_04 { - /* 000 */ u8 pad[0x1B4 - 0x00]; + /* 000 */ PAD(0x000, 0x01c); + /* 01c */ Mat4x3p mUnk_01c; + /* 04c */ PAD(0x04c, 0x1b4); /* 1b4 */ unk32 mUnk_1b4; + /* 1b8 */ PAD(0x1b8, 0x260); + /* 260 */ Vec3p mUnk_260; + /* 26c */ Vec3p mUnk_26c; + /* 278 */ + + bool func_01ffe468(Vec3p *param2, s32 *param3, s32 *param4, bool param5); }; class UnkStruct_027e0f64 { @@ -19,7 +29,7 @@ public: void func_ov000_0208ae94(); void func_ov000_0208b13c(); - unk32 func_ov000_0208b180(); + UnkStruct_027e0f64_04 *func_ov000_0208b180(); }; extern UnkStruct_027e0f64 *data_027e0f64; |
