Fix: Better debug warp MQ detection and other warp menu bugs (#2932)

* fix: add mq detection to better debug warp

* replace special characters for debug warp translations

* reorder better debug warp printing

* adjust french translation
This commit is contained in:
Adam Bird
2023-06-01 22:00:45 -04:00
committed by GitHub
parent 6bf42fd018
commit c9d24f2e98
5 changed files with 128 additions and 48 deletions

View File

@@ -1925,7 +1925,7 @@ void Play_SpawnScene(PlayState* play, s32 sceneNum, s32 spawn) {
Entrance_OverrideSpawnScene(sceneNum, spawn);
}
CVarSetInteger("gBetterDebugWarpScreenMQMode", 0);
CVarClear("gBetterDebugWarpScreenMQMode");
}
void func_800C016C(PlayState* play, Vec3f* src, Vec3f* dest) {