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 /src/04_Load/Map | |
| 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 'src/04_Load/Map')
| -rw-r--r-- | src/04_Load/Map/MapManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/04_Load/Map/MapManager.cpp b/src/04_Load/Map/MapManager.cpp index e171f8be..6c054053 100644 --- a/src/04_Load/Map/MapManager.cpp +++ b/src/04_Load/Map/MapManager.cpp @@ -7,5 +7,5 @@ void MapManager::Destroy() {} void MapManager::LoadMapTexSprites(s32 param1) {} void MapManager::func_ov004_02102260() {} void MapManager::func_ov004_02102264(unk32 *param1, char *param2) {} -void MapManager::func_ov004_021024c4(unk32 *param1, unk32 param2, bool param3) {} +void MapManager::func_ov004_021024c4(FlagsUnk2 *param1, bool param2, bool param3) {} void MapManager::func_ov004_021025d8() {} |
