diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-03-12 22:55:40 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-03-12 22:55:40 -0400 |
commit | 2ffbde764ec46d49e696df1f7d8b4b038638afad (patch) | |
tree | 0ea7679b50398ce67fa81b2fb8164c1405e25cf8 /engine | |
parent | 2deb46b3f3daf3690becce5917b7ffc63c91d2e7 (diff) |
Minor code+docs fixes
Diffstat (limited to 'engine')
-rw-r--r-- | engine/gfx/color.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/gfx/color.asm b/engine/gfx/color.asm index 57ea26102..ec500e85f 100644 --- a/engine/gfx/color.asm +++ b/engine/gfx/color.asm @@ -1091,7 +1091,7 @@ SGBBorder_MorePalPushing: jr nz, .loop ld bc, $140 call CopyData - ld bc, Start + ld bc, $100 call ClearBytes ld bc, 16 palettes call CopyData |