Clear saved follower NPC door warp when doing dive warp (#7065)

This commit is contained in:
Bivurnum 2025-06-07 02:54:07 -05:00 committed by GitHub
parent fd90802a37
commit ea75a09dac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -528,6 +528,7 @@ void DoDiveWarp(void)
TryFadeOutOldMapMusic();
WarpFadeOutScreen();
PlayRainStoppingSoundEffect();
SetFollowerNPCData(FNPC_DATA_COME_OUT_DOOR, FNPC_DOOR_NONE);
gFieldCallback = FieldCB_DefaultWarpExit;
CreateTask(Task_WarpAndLoadMap, 10);
}