shithub: rgbds

ref: 3741bd46171a143c5549422e8f55a2933b59eb97
dir: /test/link/load-fragment-jr.asm/

View raw version
SECTION "main", ROM0
LOAD FRAGMENT "test", SRAM
ENDL

; The RPN patch for 'jr Label' in section "alt" refers to section "test",
; but the object file puts section "test" after section "alt".
; This case needs to be handled when identifying patches' PC sections.
SECTION "alt", ROM0
LOAD FRAGMENT "test", SRAM
	jr Label
Label:
ENDL