mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
8 lines
258 B
NASM
8 lines
258 B
NASM
SECTION "fixed", ROM0[0]
|
|
jr @
|
|
; We need this section to be floating because RGBASM can know the value of PC
|
|
; otherwise, leading to different behavior
|
|
; FIXME: we rely on this landing at address 2, which isn't *guaranteed*...
|
|
SECTION "floating", ROM0
|
|
jr @
|