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/Course.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/Course.hpp')
| -rw-r--r-- | include/Map/Course.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/Map/Course.hpp b/include/Map/Course.hpp index c09cbb4d..569f3765 100644 --- a/include/Map/Course.hpp +++ b/include/Map/Course.hpp @@ -33,8 +33,7 @@ public: /* 008 */ unk32 mUnk_008; /* 00c */ char mName[0x10]; /* 01c */ Vec2b mCurrMapPos; // position in the map grid - /* 01e */ unk8 mUnk_01e; - /* 01f */ unk8 mUnk_01f; + /* 01e */ Vec2b mUnk_01e; /* 020 */ u8 mMapGrid[10][10]; /* 084 */ Vec2b mMainGrid; // part of the grid where you can walk off screen to another map /* 086 */ Vec2b mMainGridSize; |
