summaryrefslogtreecommitdiff
path: root/src/data
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/data
parent1137562b5283b43981d4360ce9ffb041b8211a46 (diff)
Manually declare the 00 padding
instead of manually declaring the ff padding
Diffstat (limited to 'src/data')
-rw-r--r--src/data/cards.asm4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/data/cards.asm b/src/data/cards.asm
index c6f480c..c66702b 100644
--- a/src/data/cards.asm
+++ b/src/data/cards.asm
@@ -10220,7 +10220,3 @@ RecycleCard: ; 33fd3 (c:7fd3)
dw RecycleEffectCommands ; effect commands
tx RecycleDescription ; description
dw NONE ; description (cont)
-
-rept $1f
- db $ff
-endr