This commit is contained in:
Amber Brault 2021-01-21 11:01:53 -05:00
parent 7d3ea88611
commit b391b6cef0
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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