summaryrefslogtreecommitdiff
path: root/macros/data.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros/data.asm')
-rw-r--r--macros/data.asm8
1 files changed, 0 insertions, 8 deletions
diff --git a/macros/data.asm b/macros/data.asm
index fb8ea844..eb5b5564 100644
--- a/macros/data.asm
+++ b/macros/data.asm
@@ -13,9 +13,6 @@ bcd3: MACRO
dn ((\1) / 10) % 10, (\1) % 10
ENDM
-coins EQUS "bcd2"
-money EQUS "bcd3"
-
; used in data/pokemon/base_stats/*.asm
tmhm: MACRO
; initialize bytes to 0
@@ -63,8 +60,3 @@ ENDM
dab: MACRO
dwb \1, BANK(\1)
ENDM
-
-dbbw: MACRO
- db \1, \2
- dw \3
-ENDM