shithub: pokecrystal

Download patch

ref: c5f9e25cc493ecc0e49ffd437dad73893b5529d0
parent: 316fa4b69558a1930a1a1ae44a40221a1ddd4f26
author: Rangi <[email protected]>
date: Mon Apr 26 08:00:16 EDT 2021

SPECIAL -> UNUSED_TYPES_END

--- a/engine/battle/hidden_power.asm
+++ b/engine/battle/hidden_power.asm
@@ -87,7 +87,7 @@
 ; Skip unused types
 	cp UNUSED_TYPES
 	jr c, .done
-	add SPECIAL - UNUSED_TYPES
+	add UNUSED_TYPES_END - UNUSED_TYPES
 
 .done