Clear LE lights between areas

This commit is contained in:
Agent X 2025-04-15 12:39:27 -04:00
parent 0cb0b41c07
commit 36d76d3cb8

View file

@ -307,6 +307,8 @@ void unload_area(void) {
gCurrentArea = NULL;
gWarpTransition.isActive = FALSE;
}
le_clear();
}
void load_mario_area(void) {