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 bd4d5f764..bfe56f353 100644 --- a/constants/scgb_constants.asm +++ b/constants/scgb_constants.asm @@ -144,7 +144,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 b3c2b0404..3fd809903 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 | 
