diff options
| author | SammygoodTunes <56520787+SammygoodTunes@users.noreply.github.com> | 2025-07-24 19:23:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-24 19:23:29 +0200 |
| commit | dda45d5574798dc45a31437f473eaa55b9142e13 (patch) | |
| tree | ead27bd22d20f3ddbe3bd1dd303e66913a745fae /include/Map/Entrance.hpp | |
| parent | 2415d4899d50a95e8ff564c7b72bc8803d9a96dd (diff) | |
Decomp `src/00_Core/Map/MapManager.cpp` (56%) (#101)
* Fix
* Fix
* stupid typo
* Another dumb typo
* Fix
* Fix declaration
* Fix declaration
* Fix
* Fix symbols
* Corrections
* Fix regression in GetEntrancePos
---------
Co-authored-by: Aetias <aetias@outlook.com>
Diffstat (limited to 'include/Map/Entrance.hpp')
| -rw-r--r-- | include/Map/Entrance.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Map/Entrance.hpp b/include/Map/Entrance.hpp index af40f6ad..79e511f4 100644 --- a/include/Map/Entrance.hpp +++ b/include/Map/Entrance.hpp @@ -12,7 +12,7 @@ public: /* 00 */ Vec3p mPos; /* 0c */ unk16 mAngle; /* 0e */ u8 mId; - /* 0f */ // unk8 mUnk_0f; + /* 0f (padding) */ /* 10 */ s32 mUnk_10; /* 14 */ |
