Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tilemap+attrmap pairs)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unknown_6b_7f34 gets decompressed to $A000 (SRAM)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
as suggested by @Rangi42
|
|
|
|
Pending rename of file itself and surrounding functions
|
|
|
|
|
|
|
|
- No need for "unidentified" hex values in common idioms like "ld c, a / ld b, 0" or "adc 0"
- VWF char coordinates are masked with %11111000 and %00000111
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
characters as 16-bit words
The main gotcha with this is that you won't be able to use commas
without escaping them, until the rgbds lexer gets a proper upgrade.
Closes #2
|
|
|
|
|
|
...this time in home
|