daid

Results 221 comments of daid

The part is the same as in the Ultimaker2, so the files should be there as well.

We will be releasing all file shortly.

I already have a `DX` branch on github, on which I experimented with the code changes needed to color things. But it's not an easy task. The GBC has some...

https://discord.gg/CFdyrbWsWZ Let me update that link

And, no, it's not as simple as adding color to graphics and voila. It's way more complicated then that.

> One of the test cases from #782 currently fails. Note that #782 failed it as well, so that's a TODO. > > ``` > smart/chain-wram.smart.bin /tmp/tmp.ETsdvFO98G differ: char 3,...

At a detailed source level, yes, it contains a reference. But at a practical level higher overview, it does not contain a reference. It only contains a reference to the...

Sadly, the hue changes look like a work and progress and not something ready for merging.

(actually, you could just make a branch from commit 7a4212b and submit that)

What I did with badboy, and the FFA disassembly: ``` add HL, HL ;; 03:409a $29 ``` I use double `;;` to indicate these kinds of comments. As that made...