Really enjoying this sweet game.
Some other minor issues:
(1) I also noticed is that the book shop seems to have an image of the outside of a house.
(2) I noticed an issue with music restarting from the beginning when you play the same tune twice in a row (such as typing LOOK in the first location). Obviously restarting the music is not the desired behaviour here..
To fix this, recompile with this version of Adventuron.
(3) I noticed that outside the coocoo cafe you manually print the message "Enter inside". Actually Adventuron does not list enter and exit by default. If you want Enter listed in the exit list, use the following code in your theme:
themes {
my_theme : theme {
lister_exits {
is_list_enter = true
is_list_exit = true
}
}
}