mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-31 07:45:48 -04:00
reset conversation bit after exiting ordon shield house
This commit is contained in:
@@ -744,7 +744,7 @@ void RandomizerState::offLoad()
|
||||
if ((getStageID() == Ordon_Ranch) && (dComIfGp_getStartStagePoint() == 1))
|
||||
{
|
||||
// Clear the danBit that starts a conversation when entering the ranch so the player can do goats as needed.
|
||||
dComIfGs_offSaveDunSwitch(0x1);
|
||||
dComIfGs_offSaveDunSwitch(0x0);
|
||||
}
|
||||
|
||||
// Check and update our goal flags
|
||||
|
||||
Reference in New Issue
Block a user