Richard Dymond

Results 25 comments of Richard Dymond

> But shouldn't PEEK just have access to the original snapshot memory dump and just fetch the byte directly ? What prevents this ? No, `#PEEK` does not have access...

I've updated the documentation on the [#PEEK](https://skoolkit.readthedocs.io/en/latest/skool-macros.html#peek) macro. It now mentions the `@assemble` directive.

By the time macros are expanded, line and column number information is no longer available, so it's not feasible to include them. What I'll look at for that error (No...

> **ERROR: Error while parsing #R macro: Could not find instruction at $5C48** > > Same problem, message is not very helpful. Specially because the cause doesn't seem to be...

d269d187f68ccdc4ebd1635ff0ce594c27c2a68d improves the 'No parameters' error message by including the faulty parameter string (well, up to 10 characters of it, anyway).

Hi @bog-dan-ro The IF1 ROM disassembly would be a whole new separate project to take on. I don't have any plans to do it, but if you know of anyone...

I'm not sure why you're having these problems. I've never tested Pyskool against Pygame 2, so I wonder if the problems are caused by Pygame 1/2 incompatibilities. I will try...

Took a quick look and yes, this is a Pygame 1/2 incompatibility. The type of `pygame.key.get_pressed()` changed from a simple sequence to something called a `ScancodeWrapper` between versions 1 and...

It's been a few years since I last looked at this code, but IIRC, a `Command` object is assigned its `character` attribute when it's added to a command list. See...

No, I don't have any plans to add controller support to Pyskool. Thing is, I don't own a joystick, so even if I did add support it would be hard...