diff --git a/src/world/sprite.c b/src/world/sprite.c index 446df6dd2e..b19937fbc2 100644 --- a/src/world/sprite.c +++ b/src/world/sprite.c @@ -128,6 +128,8 @@ void reset_sprite_list() } gSpriteListCount[SPRITE_LIST_NULL] = MAX_SPRITES; + + reset_sprite_spatial_index(); } /**