summaryrefslogtreecommitdiff
path: root/src/macros/data.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/macros/data.asm')
-rw-r--r--src/macros/data.asm6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/macros/data.asm b/src/macros/data.asm
index 519468f..b6aeb58 100644
--- a/src/macros/data.asm
+++ b/src/macros/data.asm
@@ -44,12 +44,6 @@ rgb: MACRO
dw (\3 << 10 | \2 << 5 | \1)
ENDM
-emptybank: MACRO
- rept $4000
- db $ff
- endr
-ENDM
-
; poketcg specific macros below
textpointer: MACRO