Update to RGBDS 0.7.0 (#1101)

This commit is contained in:
Rangi
2024-01-03 10:58:53 -05:00
committed by GitHub
parent 30739842af
commit dbf6044650
24 changed files with 64 additions and 73 deletions

View File

@@ -2400,7 +2400,7 @@ MACRO macro_100fc0
; Bit 7 set: Not SRAM
; Lower 7 bits: Bank if SRAM
; address, size[, OT address]
db ($80 * (\1 >= SRAM_End)) | (BANK(\1) * (\1 < SRAM_End))
db ($80 * (\1 >= STARTOF(SRAM) + SIZEOF(SRAM))) | (BANK(\1) * (\1 < STARTOF(SRAM) + SIZEOF(SRAM)))
dw \1, \2
if _NARG == 3
dw \3