Submission #9162: CoolHandMike's TIC80 Stele in 00:15.55

TIC-80
baseline
(Submitted: stele.tic )
Bizhawk 2.9.1
933
60
483
PowerOn
Submitted by CoolHandMike on 7/5/2024 4:13 AM
Submission Comments

Stele

Stele for TIC-80 was inspired by Celeste and its mechanics. There is a way shown here that quickly gets to the end by exiting the first screen up through the ceiling out of the main area of the stage, which allows quick movement to the final cake which ends the game.
The fastest way to move around dash, jump, then after a short period to dash back to the ground, and repeat that movement. This is not used, but there is a glitch with the movement on the ground though where the author does not take into account if the player is pressing opposite directionals + Dash. If that happens then the game resets the dash status and immediately allows another dash. Unfortunately dashing on the ground is quite slow. Perhaps there is another bug that could make use of that for someone to check in the future.
A note is that the game information on its page lists this created and updated dates.
  • added: 2018-03-16 15:04
  • updated: 2018-03-16 15:13

Some Other Resources

Thanks to Randomno for his link to his page about TIC-80 editing. This proved useful for looking at the x and y position, and showed that dash bug in the control() function.
In the TIC() function right at the end after everything else was drawn I inputted the following lines:
  • print(px, 10, 10)
  • print(py,10,20)
Additionally after modifying the code in the TIC80 editor, I ran it, then exited the game. Then in the TIC-80 command line I used "save stele-edit.tic". This allowed me to save, and then just run the modified game in Bizhawk. The inputs made for the modified game also worked for the original game.

nymx: Claiming for judging. Going to try and get involved with another emulated system.
nymx: Well, this didn't take long. I like this TIC-80 system, I think I'm going to look into some games for it.
After I found a speedrun for this, I quickly realized that this game is highly optimized. I checked a few things and didn't find anything wrong. Looks like the speedy tricks are being used to the fullest and routing it perfect.
Accepting.
Last Edited by nymx on 7/28/2024 11:50 PM
Page History Latest diff List referrers