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/tileset_constants.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants/tileset_constants.asm') diff --git a/constants/tileset_constants.asm b/constants/tileset_constants.asm index a07f9eb9..5340a4d9 100644 --- a/constants/tileset_constants.asm +++ b/constants/tileset_constants.asm @@ -26,4 +26,4 @@ const FACILITY ; 22 const PLATEAU ; 23 const BEACH_HOUSE ; 24 -NUM_TILESETS EQU const_value +DEF NUM_TILESETS EQU const_value -- cgit v1.3.1-sl0p