diff options
Diffstat (limited to 'src/macros/data.asm')
-rw-r--r-- | src/macros/data.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros/data.asm b/src/macros/data.asm index 4f66742..2fd4b7d 100644 --- a/src/macros/data.asm +++ b/src/macros/data.asm @@ -33,7 +33,7 @@ bigdw: MACRO ; big-endian word ENDM sgb: MACRO - db \1 * 8 + \2 ; sgb_command * 8 + length + db \1 << 3 + \2 ; sgb_command * 8 + length ENDM rgb: MACRO |