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/text7.asm | |
parent | 1137562b5283b43981d4360ce9ffb041b8211a46 (diff) |
Manually declare the 00 padding
instead of manually declaring the ff padding
Diffstat (limited to 'src/text/text7.asm')
-rw-r--r-- | src/text/text7.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/text/text7.asm b/src/text/text7.asm index 8c2e855..9581369 100644 --- a/src/text/text7.asm +++ b/src/text/text7.asm @@ -1132,3 +1132,5 @@ Text0683: ; 4ffa9 (13:7fa9) text "And here, take this" line "LABORATORY Booster Pack!" done + + ds $29 |