diff --git a/README.md b/README.md index c11e1e5..0812b6c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ Todo Issues ------ -- Random Mimiga in top left of Plantation seemingly gave +3? Probably a substition error with Life Capsule. +- [Speedrun] Random Mimiga in top left of Plantation seemingly gave +3? Probably a substition error with Life Capsule. https://youtu.be/PYhd9zhFdAk?t=5280 +- [Speedrun] Snake in sisters fight https://youtu.be/PYhd9zhFdAk?t=4769 +- [Speedrun] Best Ending events: Timer room and Curly's bed in plantation. - Collecting the Super Missile Launcher increases your maximum missiles by 5. This does not normally happen. - 3 Life Capsules can not be replaced because they appear on maps with 2 capsules. Need label-aware replace. - Hell Missile Upgrade uses a unique script and won't be easy to replace. diff --git a/src/conf.lua b/src/conf.lua index c2795b2..e63a9d2 100644 --- a/src/conf.lua +++ b/src/conf.lua @@ -21,7 +21,7 @@ function love.conf(t) title = 'Cave Story Randomizer', -- This is the name of your game's executable. package = 'Cave Story Randomizer', - loveVersion = '11.1', + loveVersion = '11.2', version = nil, author = 'shru', email = nil,