diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-31 23:05:57 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-31 23:05:57 -0400 |
| commit | ab41cc50bb4d0982ade5c34b75461e49c4e3b329 (patch) | |
| tree | b64d3a91cbb10edf257f825f2a9ab8322f5df84b /src/d/d_map.cpp | |
| parent | a4de4f08fba14d59e8620d25f771f15a4dbd40f5 (diff) | |
Use dComIfGp_event_runCheck instead of dComIfGp_event_getMode, remove some fakematches
Diffstat (limited to 'src/d/d_map.cpp')
| -rw-r--r-- | src/d/d_map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_map.cpp b/src/d/d_map.cpp index e03d596c..6beb37e8 100644 --- a/src/d/d_map.cpp +++ b/src/d/d_map.cpp @@ -1783,7 +1783,7 @@ void dMap_c::setGbaPoint(u8 param_1, f32 param_2, f32 param_3, s16 param_4, u8 p /* 8004B8DC-8004B9C8 .text setArriveInfo__6dMap_cFff */ void dMap_c::setArriveInfo(f32 param_1, f32 param_2) { /* Nonmatching */ - if (dComIfGp_event_getMode() == 0 && strcmp(dComIfGp_getStartStageName(), "sea") == 0) { + if (!dComIfGp_event_runCheck() && strcmp(dComIfGp_getStartStageName(), "sea") == 0) { s8 gridX; s8 gridY; s16 localX; |
