• Please stop embedding files/images from Discord. Discord has anti-hotlinking logic in place that breaks links to Discord hosted files and images when linked to from anywhere outside of Discord. There are a multitude of file/image hosting sites you can use instead.

    (more info here)

Cave Story Tribute Site Forums

ColdCallerLoopy
ColdCallerLoopy
That's actually really cool. How did you do that where the game checks for keyboard inputs?
Hina
Hina
the game pauses the script, just like in the original YNJ
then it waits until you press one of the directional buttons
generic mov e_x, [key_pressed]
and e_x, [left key]
etc
if none is pressed then loop back
Serri
Serri
EnlightenedOne has provided a list of OOB flags that you can use to make this happen.
Back
Top