summaryrefslogtreecommitdiff
path: root/asm/macros.s
diff options
context:
space:
mode:
Diffstat (limited to 'asm/macros.s')
-rw-r--r--asm/macros.s4
1 files changed, 0 insertions, 4 deletions
diff --git a/asm/macros.s b/asm/macros.s
index 4f0afa734..99e6cf201 100644
--- a/asm/macros.s
+++ b/asm/macros.s
@@ -26,10 +26,6 @@
.2byte 0@ padding
.endm
- .macro zero_fill count
- .fill \count
- .endm
-
@ Berry trees have a table defining the palette slot used for each of their 5
@ stages. However, the first 2 stages always use the same slots regardless of
@ the type of tree and the slots of the last 3 stages always equal each other.