Found two errors while playing so far:
In
Ash Room.rpy:
The flag
default flag_lofi_sleepover_block = 0 is missing
In
Clothes_Store.rpy:
The replay for slim bikini is missing
Code:
label replay_slim_bikini:
show screen hud_hide
with fade
scene clothing_store_tryout_rain_bikini_1
window hide
pause
scene clothing_store_tryout_rain_bikini_4
window hide
pause
scene clothing_store_tryout_rain_bikini_5
window hide
pause
scene clothing_store_tryout_rain_bikini_2
window hide
pause
scene clothing_store_tryout_rain_bikini_3
window hide
pause
jump clothes_store_main
The first one just gives an error, when trying to visit ash at night and you can hit "ignore" to jump back in your room.
The second one crashes the game completly when hitting the replay button.
Game version 0.36.dv from the download-links here.
P.S: Is there a discord server, where I can post errors I found?