RedSpah / HATE

The Undertale Corruptor.
MIT License
55 stars 11 forks source link

Asgore causing crashes #1

Closed UTNerd24 closed 8 years ago

UTNerd24 commented 8 years ago

I have had no problem running this program, however most dialogue involving Asgore's portrait causes crashes saying something about an invalid expression. What do?

RedSpah commented 8 years ago

What I suspect happens is that Asgore's sprite just doesn't have enough animation frames (since each expression is just a separate frame of animation), dialogue tries to access frames beyond the available number and thus crashes the game.

I don't think too much can be done.

Except corrupting the whole thing again.