mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 19:09:36 +00:00
36dad4380e
The *one* place where it was missed...
4 lines
60 B
NASM
4 lines
60 B
NASM
SECTION "test", ROM0, ALIGN[16, 3]
|
|
align 16, 3
|
|
db 1, 2, 3
|