someone check at 00:42 of this video, please (on top right screen).
Here i see that he cancel moves by pausing the game after attack, but i have tried and it is impossible. Someone confirm?
https://www.youtube.com/watch?v=0n6Znib13hk
I tried this some time ago as well and couldn’t replicate it. There’s text that I assume to be Chinese which might be an explanation of how to do it, but I can’t read it. It could probably be really useful to the TAS if it’s possible in its conditions.
Well, someone finally told me how to this, but i gues is not legit to do in a TAS, because in Tenchu, when you paused and nsert "Refill HP" code, the animation will be canceled. Anyway i had true fun to own a bosses in this way lol
Do the following modifications :
memory.readbyte -> memory.read_u8
memory.writebyte -> memory.write_u8
memory.readdword -> memory.read_u32_le
memory.writedword -> memory.write_u32_le
Not sure about the 3 "register" functions, a very random guess would be :
emu.registerbefore -> emu.getregister
emu.registerafter -> emu.setregister
gui.register -> event.onframeend
The full list of lua functions is at this page : http://tasvideos.org/Bizhawk/LuaFunctions.html
If you need me you’ll probably do best contacting me on Twitter. Anyway, I didn’t really have anything to test, I tried looking into how the items are determined but couldn’t figure it out. RNG is reset at the start of each level IIRC so that’s never an issue. You should already have the bruteforcing script for items and my video explaining how to use it.
I wrote back that I got 4 Lightfoot Scroll but the game removed 1 and only gave me 3. I don’t know if that means 3 is the maximum amount of any item you can get or what. Grand Master gives 2 items of everything so we probably need to find a way to lose points to get 3 items of what we want instead of that.
Hi, sorry I'm late
Could you give me link your twitter? (although I think better post all lhere). Or we can use TAS Discord for chit chat: https://discord.gg/GySG2b6
Could you help me convert your magics can work on BizHawk? It's very need for me remake this TAS. Sorry I don't know about codes, I'm just a normal gamer :(