Merge pull request #798 from CelestialAmber/master

Fix typo
This commit is contained in:
Rangi 2021-02-05 09:45:18 -08:00 committed by GitHub
commit a539578006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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