diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2026-05-11 23:32:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-11 23:32:28 +0200 |
| commit | 1570b7d2d63aed0a77fc2077618b766eebaba56e (patch) | |
| tree | 3101c185752a22ae5e1f394af8e29263771862d7 /include/Unknown/UnkStruct_02037628.hpp | |
| parent | e704ec994219540b71da323a61ffa930f80ce492 (diff) | |
ActorItemSellerBase OK (#163)
* ActorItemSellerBase OK
* Fix broken matches
Diffstat (limited to 'include/Unknown/UnkStruct_02037628.hpp')
| -rw-r--r-- | include/Unknown/UnkStruct_02037628.hpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/include/Unknown/UnkStruct_02037628.hpp b/include/Unknown/UnkStruct_02037628.hpp new file mode 100644 index 00000000..4175dbc4 --- /dev/null +++ b/include/Unknown/UnkStruct_02037628.hpp @@ -0,0 +1,19 @@ +#pragma once + +#include "global.h" +#include "types.h" + +#include <nds/math.h> + +struct UnkStruct_02037628 { + /* 00 */ PAD(0x00, 0x0c); + /* 0c */ u8 mUnk_0c; + /* 0d */ PAD(0x0d, 0x14); + /* 14 */ u8 mUnk_14; + /* 15 */ u8 mUnk_15; + /* 15 */ u8 mUnk_16; + /* 17 */ + + void func_02037628(); + void func_020376c0(Vec3p *pos); +}; |
