diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-05-05 09:55:19 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-05-05 10:17:02 -0400 |
commit | b69526a90818e0ac103274c6d8d3f424f49f207c (patch) | |
tree | 1ce24b5bb520504eafadabc60fb07c3a127e140f /home/text.asm | |
parent | d47c5603674414e6afeb34693d6255cfb9dece65 (diff) |
Miscellaneous fixes
Addresses the haircut brothers' probability comments in #709
Diffstat (limited to 'home/text.asm')
-rw-r--r-- | home/text.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/text.asm b/home/text.asm index 82fdd7111..102209624 100644 --- a/home/text.asm +++ b/home/text.asm @@ -172,7 +172,8 @@ PlaceNextChar:: ld c, l pop hl ret - pop de + + pop de ; unused NextChar:: inc de |