Enhancement: Better Debug Warp MQ toggle (#2876)

* Implement MQ select on better debug warp

* remove unused macro

* Add sound when selecting MQ; only change if highlighting MQ-able map

* Handles map select from MQ file
This commit is contained in:
Ralphie Morell
2023-05-30 14:01:04 -04:00
committed by GitHub
parent 700fba28dd
commit 507387f618
4 changed files with 359 additions and 313 deletions

View File

@@ -1884,6 +1884,8 @@ void Play_SpawnScene(PlayState* play, s32 sceneNum, s32 spawn) {
if (gSaveContext.n64ddFlag && Randomizer_GetSettingValue(RSK_SHUFFLE_ENTRANCES)) {
Entrance_OverrideSpawnScene(sceneNum, spawn);
}
CVarSetInteger("gBetterDebugWarpScreenMQMode", 0);
}
void func_800C016C(PlayState* play, Vec3f* src, Vec3f* dest) {