YoshiRulz

Results 670 comments of YoshiRulz

This is because they're sync settings. edit: as opposed to cheats, I mean Maybe my idea for #3091 would help? Some sort of reset-on-exit? I suppose you could set that...

No. The rewinder is @nattthebear's brainchild so he'd be able to say whether this is intended. Though he didn't write this feature himself, it was a contribution by @dacin21.

(reserved because I can imagine this thread getting real long)

https://github.com/CasualPokePlayer/BizHawk/commit/c41096ac01bc88040b286ceb483e2860dc9fdb7b seems to work on Linux

> should we treat outputs with one null the same as no return Lua does not have void returns, so yes.

> How does it directly print tables now? before: ``` > memory.read_bytes_as_array(0xABCD, 10) "1": "33" "10": "253" "2": "159" "3": "53" "4": "47" "5": "184" "6": "61" "7": "193" "8":...

I'd like to see regression tests implemented on master before merging this.

re: custom format, assuming we don't allow nested dereferencing in RAM Watch I suggest [x86 assembly, Intel flavour](https://en.wikipedia.org/wiki/X86_assembly_language#Syntax).

Regression from which version? I'd like to bisect.

I've had these sets of SaveRAM sitting around for ages, but it's only now upon looking at the diffs that I realise I don't know what I'm doing. For future...