@@ -1464,40 +1464,44 @@ typedef struct {
1464
1464
// special respawns used when voided out without swim to prevent infinite loops
1465
1465
std::map<s32, SpecialRespawnInfo> swimSpecialRespawnInfo = {
1466
1466
{
1467
- 0x1D9 ,// hf to zr in water
1467
+ ENTR_ZORAS_RIVER_3 ,// hf to zr in water
1468
1468
{ { -1455.443 , -20 , 1384.826 }, 28761 }
1469
1469
},
1470
1470
{
1471
- 0x311 ,// zr to hf in water
1471
+ ENTR_HYRULE_FIELD_14 ,// zr to hf in water
1472
1472
{ { 5830.209 , -92.16 , 3925.911 }, -20025 }
1473
1473
},
1474
1474
{
1475
- 0x4DA ,// zr to lw
1475
+ ENTR_LOST_WOODS_7 ,// zr to lw
1476
1476
{ { 1978.718 , -36.908 , -855 }, -16384 }
1477
1477
},
1478
1478
{
1479
- 0x1DD ,// lw to zr
1479
+ ENTR_ZORAS_RIVER_4 ,// lw to zr
1480
1480
{ { 4082.366 , 860.442 , -1018.949 }, -32768 }
1481
1481
},
1482
1482
{
1483
- 0x219 ,// gv to lh
1483
+ ENTR_LAKE_HYLIA_1 ,// gv to lh
1484
1484
{ { -3276.416 , -1033 , 2908.421 }, 11228 }
1485
1485
},
1486
1486
{
1487
- 0x10 ,// lh to water temple
1487
+ ENTR_WATER_TEMPLE_0 ,// lh to water temple
1488
1488
{ { -182 , 780 , 759.5 }, -32768 }
1489
1489
},
1490
1490
{
1491
- 0x21D ,// water temple to lh
1491
+ ENTR_LAKE_HYLIA_2 ,// water temple to lh
1492
1492
{ { -955.028 , -1306.9 , 6768.954 }, -32768 }
1493
1493
},
1494
1494
{
1495
- 0x328 ,// lh to zd
1495
+ ENTR_ZORAS_DOMAIN_4 ,// lh to zd
1496
1496
{ { -109.86 , 11.396 , -9.933 }, -29131 }
1497
1497
},
1498
1498
{
1499
- 0x560 ,// zd to lh
1499
+ ENTR_LAKE_HYLIA_7 ,// zd to lh
1500
1500
{ { -912 , -1326.967 , 3391 }, 0 }
1501
+ },
1502
+ {
1503
+ ENTR_GERUDO_VALLEY_1,// caught by gerudos as child
1504
+ { { -424 , -2051 , -74 }, 16384 }
1501
1505
}
1502
1506
};
1503
1507
0 commit comments