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/icon_constants.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'constants/icon_constants.asm') diff --git a/constants/icon_constants.asm b/constants/icon_constants.asm index bc73632e..f3c1b150 100644 --- a/constants/icon_constants.asm +++ b/constants/icon_constants.asm @@ -13,6 +13,6 @@ const ICON_QUADRUPED ; $9 const ICON_PIKACHU ; $A -ICON_TRADEBUBBLE EQU $e +DEF ICON_TRADEBUBBLE EQU $e -ICONOFFSET EQU $40 ; difference between alternating icon frames' tile IDs +DEF ICONOFFSET EQU $40 ; difference between alternating icon frames' tile IDs -- cgit v1.3.1-sl0p