mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2025-05-06 06:54:25 +00:00
generation works!
This commit is contained in:
parent
3035764ad4
commit
c7f8d3a66a
|
@ -17,8 +17,9 @@
|
||||||
|
|
||||||
|
|
||||||
#0200
|
#0200
|
||||||
<KEY<FL+0430
|
<KEY<FL+0430<EVE0201
|
||||||
<EVE0091 -- easier to do this than to deal with changing the actual start event
|
#0201
|
||||||
|
<EVE0091
|
||||||
|
|
||||||
#1000
|
#1000
|
||||||
<END
|
<END
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
IF_llulIFx炎}x苑llltx<74><78>lllx♀IF_llumIFx炎}x苑llltx<74><78>llmx♀IF_llunIFx炎}x苑llltx<74><78>llnx♀IF_lluoIFx炎}x苑llltx<74><78>llox♀IF_llupIF<炎}x苑llltx<74><78>llpx♀IF_lmllIFx月<78>褐lmllvllllvllllIFx暑鼠lmmx<6D>詰llmIFx錘}llmnvllumvllosvllmmIF_lnllIFx〟富hglpolIFx£〕lumIF_mlllIFx♀
|
=:S``i`=:l}~qls}…```hlvqy````lu~t=:S``ia=:l}~qls}…```hlvqy```alu~t=:S``ib=:l}~qls}…```hlvqy```blu~t=:S``ic=:l}~qls}…```hlvqy```clu~t=:S``id=:l}~qls}…0``hlvqy```dlu~t=:S`a``=:l€‚yls~€`a``j````j````=:lƒ…``aalvq```a=:l„‚q``abj``iaj``cgj``aa=:S`b``=:l{u‰lv|[`dc`lu†u`b`a=:S`b`a=:lu†u``ia=:Sa```=:lu~t
|
|
@ -43,6 +43,7 @@ local function gameMode(n, eve)
|
||||||
placed = true,
|
placed = true,
|
||||||
script = eve
|
script = eve
|
||||||
}
|
}
|
||||||
|
end
|
||||||
|
|
||||||
local function _itemData()
|
local function _itemData()
|
||||||
local data = {
|
local data = {
|
||||||
|
|
|
@ -31,12 +31,12 @@ layout.go:onPress(function()
|
||||||
|
|
||||||
if settings.bad.value then
|
if settings.bad.value then
|
||||||
Randomizer.game = "gameBadEnd"
|
Randomizer.game = "gameBadEnd"
|
||||||
else if settings.norm.value then
|
elseif settings.norm.value then
|
||||||
Randomizer.game = "gameNormalEnd"
|
Randomizer.game = "gameNormalEnd"
|
||||||
else if settings.boss.value then
|
elseif settings.boss.value then
|
||||||
Randomizer.game = "gameAllBosses"
|
Randomizer.game = "gameAllBosses"
|
||||||
else
|
else
|
||||||
Randomizer.game = "gameBestEnd"
|
Randomizer.game = "game"
|
||||||
end
|
end
|
||||||
|
|
||||||
Randomizer.puppy = settings.puppy.value
|
Randomizer.puppy = settings.puppy.value
|
||||||
|
|
Loading…
Reference in a new issue