diff options
author | dannye <33dannye@gmail.com> | 2021-02-16 23:48:41 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-02-16 23:48:41 -0600 |
commit | 8522988917b7ddb35d2bd13576d99da4906de97c (patch) | |
tree | 212e3254277a647be0c487c51801471f79b69191 /src/text/text13.asm | |
parent | 1137562b5283b43981d4360ce9ffb041b8211a46 (diff) |
Manually declare the 00 padding
instead of manually declaring the ff padding
Diffstat (limited to 'src/text/text13.asm')
-rw-r--r-- | src/text/text13.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/text/text13.asm b/src/text/text13.asm index bb48917..7c36e16 100644 --- a/src/text/text13.asm +++ b/src/text/text13.asm @@ -183,7 +183,3 @@ RecycleDescription: ; 6495e (19:495e) line "in your discard pile on top of your" line "deck." done - -rept $3655 - db $ff -endr |