Fix follower NPC not reappearing after Mossdeep gym warp (#7014)

This commit is contained in:
Bivurnum 2025-05-29 11:17:54 -05:00 committed by GitHub
parent f2a3226b47
commit e631f3baa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -593,6 +593,7 @@ void DoMossdeepGymWarp(void)
SaveObjectEvents();
TryFadeOutOldMapMusic();
WarpFadeOutScreen();
SetFollowerNPCData(FNPC_DATA_WARP_END, FNPC_WARP_REAPPEAR);
PlaySE(SE_WARP_IN);
CreateTask(Task_WarpAndLoadMap, 10);
gFieldCallback = FieldCB_MossdeepGymWarpExit;