MelonSpeedruns' squashed commits

* Fix RB channels + Remove mipmaps for now

* Remove loading most Layout files from a TPHD dump

* Fixes the main map crashing

* added folder picker to pre-launch options

* reduced tears of light needed count to 12 instead of 16
This commit is contained in:
MelonSpeedruns
2026-05-04 15:28:34 -04:00
committed by Irastris
parent aa23ae244f
commit 41e128c582
6 changed files with 52 additions and 4 deletions
+4
View File
@@ -2563,7 +2563,11 @@ u8 dComIfG_getNowCalcRegion() {
bool dComIfGp_isLightDropMapVisible() {
for (int i = 0; i < 3; i++) {
#if DUSK_TPHD
if (dComIfGs_isLightDropGetFlag(i) != FALSE && dComIfGs_getLightDropNum(i) < 12) {
#else
if (dComIfGs_isLightDropGetFlag(i) != FALSE && dComIfGs_getLightDropNum(i) < 16) {
#endif
return true;
}
}