diff options
| author | SammygoodTunes <sygamerz@gmail.com> | 2025-04-12 17:36:12 +0200 |
|---|---|---|
| committer | SammygoodTunes <sygamerz@gmail.com> | 2025-04-12 17:36:12 +0200 |
| commit | a76a91ad1374913127446307f48028be1fcd4deb (patch) | |
| tree | d595a6c8b99d11bcdfcc1823803f3aef382cb196 /src/00_Core/Map/Course.cpp | |
| parent | 2c6ffc5abc822a1333438ea4e22e0b640bd421c1 (diff) | |
Decomp progress 35%
Diffstat (limited to 'src/00_Core/Map/Course.cpp')
| -rw-r--r-- | src/00_Core/Map/Course.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/00_Core/Map/Course.cpp b/src/00_Core/Map/Course.cpp index 4771048d..f3091530 100644 --- a/src/00_Core/Map/Course.cpp +++ b/src/00_Core/Map/Course.cpp @@ -15,7 +15,7 @@ void Course::GetMCSFilePath(unk32 buf, s32 fileIndex, unk32 fileType) {} void Course::GetMRCFilePath(unk32 param_2, unk32 buf, unk32 param_4) {} void Course::func_ov00_0207ce20(unk32 param_2, unk32 param_3, char *param_4, unk32 param_5) {} void Course::func_ov00_0207ce4c(s32 param_2, s32 param_3, unk32 param_4, char *param_5, unk32 param_6) {} -bool Course::func_ov00_0207d404(s32 param_2, unk32 param_3, unk32 param_4) {} +bool Course::func_ov00_0207d404(s32 param_2, unk32 param_3, unk32 param_4, unk32 param_5) {} bool Course::IsCurrentMapInMainGrid() {} bool Course::IsInMainGrid(s32 x, s32 y) {} bool Course::IsMapInMainGrid(u32 map) {} |
