mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-17 06:55:05 -05:00
fix jabu mq minimap mark points (#3494)
This commit is contained in:
parent
fbc397a131
commit
fb0f7169d7
@ -1762,6 +1762,13 @@ static MapMarkData sMapMarkJabuJabuBellyMq[] = {
|
|||||||
} },
|
} },
|
||||||
{ MAP_MARK_NONE, 0, { 0 } },
|
{ MAP_MARK_NONE, 0, { 0 } },
|
||||||
},
|
},
|
||||||
|
// Jabu-Jabu's Belly minimap 16
|
||||||
|
// SoH [General] - This entry corresponds to Big Octorok's room and is missing in the MQ game
|
||||||
|
// N64 hardware does an OoB read and lands on MQ Forest Temple room 0
|
||||||
|
// To avoid UB with OoB for SoH, the correct entry is now added below
|
||||||
|
{
|
||||||
|
{ MAP_MARK_NONE, 0, { 0 } },
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static MapMarkData sMapMarkForestTempleMq[] = {
|
static MapMarkData sMapMarkForestTempleMq[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user