mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 06:17:48 +00:00
Add more checks to section creation in RGBASM
Fixes rednex#471, but also backports a couple more checks from RGBLINK
This commit is contained in:
15
test/asm/fixed-oob.asm
Normal file
15
test/asm/fixed-oob.asm
Normal file
@@ -0,0 +1,15 @@
|
||||
SECTION "ROM0", ROM0[$BABE]
|
||||
|
||||
SECTION "ROMX", ROMX[$BEEF]
|
||||
|
||||
SECTION "VRAM", VRAM[$C0DE]
|
||||
|
||||
SECTION "SRAM", SRAM[$CAFE]
|
||||
|
||||
SECTION "WRAM0", WRAM0[$DEAD]
|
||||
|
||||
SECTION "WRAMX", WRAMX[$DAD]
|
||||
|
||||
SECTION "OAM", OAM[$CAB]
|
||||
|
||||
SECTION "HRAM", HRAM[$BAD]
|
||||
Reference in New Issue
Block a user