summaryrefslogtreecommitdiff
path: root/src/macros/data.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-02-16 23:48:41 -0600
committerdannye <33dannye@gmail.com>2021-02-16 23:48:41 -0600
commit8522988917b7ddb35d2bd13576d99da4906de97c (patch)
tree212e3254277a647be0c487c51801471f79b69191 /src/macros/data.asm
parent1137562b5283b43981d4360ce9ffb041b8211a46 (diff)
Manually declare the 00 padding
instead of manually declaring the ff padding
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