From c5d22092a2ef700d3ebf9bb4f07c86266e498c46 Mon Sep 17 00:00:00 2001 From: maddymakesgames Date: Thu, 28 Mar 2024 13:52:20 -0400 Subject: [PATCH] Farewell isn't called farewell in the sid --- lib/src/saves/ops/vanilla.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/saves/ops/vanilla.rs b/lib/src/saves/ops/vanilla.rs index 115c426..dc460fd 100644 --- a/lib/src/saves/ops/vanilla.rs +++ b/lib/src/saves/ops/vanilla.rs @@ -13,7 +13,7 @@ const VANILLA_SIDS: [&str; 11] = [ "Celeste/7-Summit", "Celeste/8-Epilogue", "Celeste/9-Core", - "Celeste/10-Farewell", + "Celeste/LostLevels", ]; impl AreaDef {