Pan Docs: "When sending three or more data sets, data is continued in further packet(s). Unused bytes at the end of the last packet should be set to zero."

This commit is contained in:
Rangi
2020-09-01 12:24:14 -04:00
parent cf37abd3ec
commit 427f491e2e
2 changed files with 13 additions and 13 deletions

View File

@@ -5,7 +5,7 @@
sgb_pal_set: MACRO
db (SGB_PAL_SET << 3) + 1
dw PREDEFPAL_\1, PREDEFPAL_\2, PREDEFPAL_\3, PREDEFPAL_\4
ds 7
ds 7, 0
ENDM
sgb_pal01: MACRO
@@ -85,7 +85,7 @@ PalPacket_9ce6:
rept 6
RGB 00, 00, 00
endr
ds 1
db 0
PalPacket_9cf6:
sgb_pal23
@@ -93,4 +93,4 @@ PalPacket_9cf6:
rept 6
RGB 00, 00, 00
endr
ds 1
db 0