From c1ef7b75972fa4fbdf125bc85cc1a66f358151cd Mon Sep 17 00:00:00 2001 From: vulcandth Date: Mon, 6 Jun 2022 16:25:34 -0500 Subject: RGBDS syntax updates (#86) New MACRO and DEF syntax --- constants/credits_constants.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants/credits_constants.asm') diff --git a/constants/credits_constants.asm b/constants/credits_constants.asm index ff2a5179..251d05ad 100644 --- a/constants/credits_constants.asm +++ b/constants/credits_constants.asm @@ -86,7 +86,7 @@ const CRED_NAKAMICHI ; 53 const CRED_YOSHIMURA ; 54 const CRED_YAMAZAKI ; 55 -NUM_CRED_STRINGS EQU const_value +DEF NUM_CRED_STRINGS EQU const_value const_def -1, -1 const CRED_TEXT_FADE_MON ; $FF -- cgit v1.3.1-sl0p