mirror of
https://github.com/pret/pokered.git
synced 2026-08-27 20:04:39 -05:00
Avoid "Warning: Left shift of negative value" from rgbds
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
lb: MACRO ; r, hi, lo
|
||||
ld \1, (\2) << 8 + ((\3) & $ff)
|
||||
ld \1, ((\2) & $ff) << 8 + ((\3) & $ff)
|
||||
ENDM
|
||||
|
||||
homecall: MACRO
|
||||
|
||||
Reference in New Issue
Block a user