Eldred Habert

Results 458 comments of Eldred Habert

How would you get empty space at the end of a bank?

No, I mean, if slack is unused space at the end of a bank, how do you get empty space at the end of a bank? Or is it supposed...

What *is* `EMPTY`, though?

There isn't a difference between empty space between sections or at the end, so having `EMPTY` be a break-down of empty space while keeping `SLACK` as a total is both...

Bump @Sanqui, what do you think of Rangi's suggested alternatives?

Struct support has been requested (#98), [is shimmed](https://github.com/ISSOtm/rgbds-structs), but has native support planned because rgbds-structs is a big pile of spaghetti hacks.

Believe it or not, but you can't free an `EQUS` :) I tried, and it explodes with a bunch of funny colors. The main problem is an expansion deleting itself;...

Note that Bison's [token destructors](https://www.gnu.org/software/bison/manual/html_node/Destructor-Decl.html) might help with this a bit.

Another argument for obsoleting `EQUS` for inline macros is the lack of priority: `ld a, NB_PLAYER_TILES + NB_FOLLOWER_TILES tiles` may or may not make sense, but will produce a wrong...

> My first thought is "do we really need a fourth way to do content replacement", but I'll wait and see. So that we have an alternative to phase out...