-
Notifications
You must be signed in to change notification settings - Fork 817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to rgbds 0.4.0, and do miscellaneous fixes #705
Conversation
- fail for rgbds < 0.4.0 - `rst <Label>` - `ds <count>, <byte>` - `shift <N>` - ASCII "\r" - Sorted .sym file
- `hSecondsBackup` -> `hUnusedBackup` - `ld bc, hBGMapAddress + 1` -> `bccoord -1, -2, 0` - Identify some `.asm_XXX` labels
This does not yet resolve the This does not yet use |
c4bb41d
to
e227f11
Compare
Re: #700, I think the There are three kinds of constant that use " Also this doesn't need to wait for |
Except for the |
|
In all honesty - yes. It's kind of arbitrary to make a difference with something that's related to a very exact map. But if it's a lot, it can be left for a different PR. |
If we get file-local defines (gbdev/rgbds#342), I'd like them to be even shorter: no need for the map name in every constant, with or without underscores, since they're only ever used locally in the map script. e.g. |
Agreed, it's something I wanted to consider as a result of #631, not only with defines, but also with the labels. The only two that need to be prefixed are the two that are exported, |
Shall I change this to just |
Sure, we can change it at any point. Be sure to include it in RGBASMFLAGS though. |
rst <Label>
ds <count>, <byte>
shift <N>