aboutsummaryrefslogtreecommitdiffstats
path: root/constants/icon_constants.asm
diff options
context:
space:
mode:
authorvulcandth <vulcandth@gmail.com>2022-06-06 16:25:34 -0500
committerGitHub <noreply@github.com>2022-06-06 17:25:34 -0400
commitc1ef7b75972fa4fbdf125bc85cc1a66f358151cd (patch)
treebcf71939ec5573ed5001c4a4b4342d26e5d8f9b1 /constants/icon_constants.asm
parentImproved Virtual Console patch identifiers (#85) (diff)
downloadpokeyellow-c1ef7b75972fa4fbdf125bc85cc1a66f358151cd.tar.gz
pokeyellow-c1ef7b75972fa4fbdf125bc85cc1a66f358151cd.tar.xz
pokeyellow-c1ef7b75972fa4fbdf125bc85cc1a66f358151cd.zip
RGBDS syntax updates (#86)
New MACRO and DEF syntax
Diffstat (limited to 'constants/icon_constants.asm')
-rw-r--r--constants/icon_constants.asm4
1 files changed, 2 insertions, 2 deletions
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