You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Require rgbds 0.4.2
This allows [\1] to work when \1 is hl, bc, or de The object file format has changed along with the version number
This commit is contained in:
@ -11,11 +11,7 @@ ENDM
|
||||
; Design patterns
|
||||
|
||||
jumptable: MACRO
|
||||
if !STRCMP("\2", "hl")
|
||||
ld a, [hl]
|
||||
else
|
||||
ld a, [\2]
|
||||
endc
|
||||
ld e, a
|
||||
ld d, 0
|
||||
ld hl, \1
|
||||
|
Reference in New Issue
Block a user