mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-21 13:17:06 +00:00
Explicitly allow JR offsets to wrap around in RGBLINK
This reverts commit f27a8132d9.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
SECTION "low", ROM0[$0048]
|
||||
LCDInterrupt:
|
||||
jr hLCDInterruptHandler
|
||||
@@ -0,0 +1,4 @@
|
||||
SECTION "high", HRAM[$FFE0]
|
||||
hLCDInterruptHandler::
|
||||
.jp: db ; should be $c3 (jp)
|
||||
.address: dw
|
||||
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
; File generated by rgblink
|
||||
00:0048 LCDInterrupt
|
||||
00:ffe0 hLCDInterruptHandler
|
||||
00:ffe0 hLCDInterruptHandler.jp
|
||||
00:ffe1 hLCDInterruptHandler.address
|
||||
Reference in New Issue
Block a user