summaryrefslogtreecommitdiff
path: root/home/delay.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi@gmail.com>2020-08-09 15:16:31 -0400
committerRangi <remy.oukaour+rangi@gmail.com>2020-08-09 15:16:31 -0400
commit9c229cde440bc6f68343331ad7bc6e1a52a742f0 (patch)
tree3bc08aaca7e09ae9933a11dbdcdc545b90d5b343 /home/delay.asm
parenta75c6619fb933dc2d4c94b24394fb6fa9335b3b1 (diff)
Clean up some code in home/
Diffstat (limited to 'home/delay.asm')
-rw-r--r--home/delay.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/delay.asm b/home/delay.asm
index 2f8ec13..48b855c 100644
--- a/home/delay.asm
+++ b/home/delay.asm
@@ -19,4 +19,4 @@ DelayFrames::
call DelayFrame
dec c
jr nz, DelayFrames
- ret \ No newline at end of file
+ ret