summaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-09-03 03:03:50 -0700
committerYamaArashi <shadow962@live.com>2016-09-03 03:03:50 -0700
commitc9b1c40b864764b8f967b154c4b601397ce70c56 (patch)
treeefbc1903042443bb1eaee0db57a3078d4e6af5a4 /asm
parent8866801ef90e52d541095688782efd9acb27ac2f (diff)
split out graphics data
Diffstat (limited to 'asm')
-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.