aboutsummaryrefslogtreecommitdiffstats
path: root/constants/icon_constants.asm
diff options
context:
space:
mode:
authorvulcandth <vulcandth@gmail.com>2022-06-06 16:25:31 -0500
committerGitHub <noreply@github.com>2022-06-06 17:25:31 -0400
commit6b5be9129cabe72b9f775b02db1bf7e7169153da (patch)
treed92012450c70f90bf8086bed32ec3dc87b68b332 /constants/icon_constants.asm
parentImproved Virtual Console patch identifiers (#357) (diff)
downloadpokeyellow-6b5be9129cabe72b9f775b02db1bf7e7169153da.tar.gz
pokeyellow-6b5be9129cabe72b9f775b02db1bf7e7169153da.tar.xz
pokeyellow-6b5be9129cabe72b9f775b02db1bf7e7169153da.zip
RGBDS syntax updates (#358)
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 14202da3..767e29c6 100644
--- a/constants/icon_constants.asm
+++ b/constants/icon_constants.asm
@@ -12,6 +12,6 @@
const ICON_SNAKE ; $8
const ICON_QUADRUPED ; $9
-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