diff options
-rw-r--r-- | constants/scgb_constants.asm | 2 | ||||
-rw-r--r-- | data/sgb_ctrl_packets.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/constants/scgb_constants.asm b/constants/scgb_constants.asm index 862ca84d..d07f89ae 100644 --- a/constants/scgb_constants.asm +++ b/constants/scgb_constants.asm @@ -139,7 +139,7 @@ SCGB_DEFAULT EQU $ff const SGB_ICON_EN const SGB_DATA_SND const SGB_DATA_TRN - const SGB_MLT_REG + const SGB_MLT_REQ const SGB_JUMP const SGB_CHR_TRN const SGB_PCT_TRN diff --git a/data/sgb_ctrl_packets.asm b/data/sgb_ctrl_packets.asm index 3990e469..a49a26f1 100644 --- a/data/sgb_ctrl_packets.asm +++ b/data/sgb_ctrl_packets.asm @@ -8,7 +8,7 @@ sgb_pal_trn: MACRO ENDM sgb_mlt_req: MACRO - db (SGB_MLT_REG << 3) + 1 + db (SGB_MLT_REQ << 3) + 1 db \1 - 1 ds 14 ENDM |