SGDQ bonus: SotN casual any% run in 23:42 by romscout
Uploader Comments (romscout)
All Comments (18)
-
I take it that the name 'LOL DRAC' is what your Avatar is called? XD
-
@romscout even if it is, I can't do all those glitches you do in this. and the spells never want to work when they should for me..
-
@romscout interesting
-
@MyOverflow (continued)
Also, all of memory is stored in binary. It's just that hexadecimal E7 is a lot less monotonous than the binary 11100111 (both are the number 231 in decimal), and so that's why a lot of debugging tools use that instead. But, in order to understand the actual computer science behind this, it's a lot better to look at it in binary to see what is actually going on.
-
I missed the actual SGDQ run since it was so late in the night (here in the UK) to view it, so thanks for upping this bonus :P Legendary
-
@MyOverflow (continued)
The reason you get 255 is because the item amount is stored in 1 byte of memory.
So, in memory, it's like this (in binary):
100000000
The last 8 0's are, together, the binary representation of the 1 byte item amount at 0. the 1 is something else in memory stored before the item's amount. Subtracting 1, you get
100000000 - 1 = 011111111.
The 1 in front goes to 0 to give the variable enough to subtract 1, then what's left is the binary for 255.
why do you always grab the health upgrade at 8:55 ?
thebored14 6 months ago
@thebored14 the main reason is because I usually run the game with the in-game timer in mind, and grabbing those doesn't add to the in-game timer, making this faster than jumping over it as far as that's concerned. I grab it in races just because I'd rather have full health going into the colosseum in case I screw up.
romscout 6 months ago
you should use power of sire
JDHyatt1989 6 months ago
@JDHyatt1989 the animation's too long and it doesn't do much more than a buffalo star
romscout 6 months ago
Grrr... I can never do this in Symphony...that's why I decide to speedrun Harmony of Despair, because its much easier to speed run those chapters...
garrastar1 6 months ago
@garrastar1 if you're doing Harmony of Despair optimally, it's much harder now with all those crazy zips.
romscout 6 months ago