Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Placing ice block on button might cause game to get stuck in infinite loop #100

Open
Wuzzy2 opened this issue Jul 7, 2019 · 0 comments
Open
Labels

Comments

@Wuzzy2
Copy link

Wuzzy2 commented Jul 7, 2019

In a dungon in which there is a button that opens a door only as long a block rests on it, it is possible to make the game stuck in an infinite loop. It has to be a button that expects a regular block from the dungeon.

To do this, simply place an ice block with the Cane of Idontknow on such a button. Now the following will happen:

  • Door opens
  • Camera scrolls to door
  • Camera returns to Link
  • Camera scrolls to door
  • Camera returns to Link
  • (repeat infinitely many times)

While this happens, you lose control over Link and there is nothing to abort this sequence. You are forced to reset.

I think there are at least 2 dungeons in the game where this is the case. One such dungeon is the one in Lake Hylia.

ZBOM version: 1.4
Solarus version: 1.6.0

@wrightmat wrightmat added the bug label Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants