shithub: pokecrystal

Download patch

ref: 179dc85ba1464ce6ec358f54a638e1dd70fb8283
parent: 27052bf60a527797f97b0e027a43a5766dc3a0a6
parent: 2ffbde764ec46d49e696df1f7d8b4b038638afad
author: Rangi <35663410+Rangi42@users.noreply.github.com>
date: Thu Mar 14 14:56:39 EDT 2019

Merge pull request #616 from Rangi42/master

Minor code+docs fixes

--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -1137,7 +1137,7 @@
  	xor a
  	ldh [hMapAnims], a
  	call DelayFrame
--	ld b, 6
+-	ld b, PARTY_LENGTH
 -	ld hl, wPartyMon1HP
 -	ld de, PARTYMON_STRUCT_LENGTH - 1
 -
--- a/engine/gfx/color.asm
+++ b/engine/gfx/color.asm
@@ -1091,7 +1091,7 @@
 	jr nz, .loop
 	ld bc, $140
 	call CopyData
-	ld bc, Start
+	ld bc, $100
 	call ClearBytes
 	ld bc, 16 palettes
 	call CopyData