shithub: pokecrystal

Download patch

ref: d430cccdfb7cd7146b6a67a3928ae34e793ca7e8
parent: 8641358590ee6230518f33a5abcdff300056a4a6
author: xCrystal <rgr.crystal@gmail.com>
date: Wed Oct 22 19:19:30 EDT 2014

Add commentary and labels to AI stuff

Name some labels and add lots of commentary to AI stuff, including most
AIScoring_Smart sublayers.

--- a/main.asm
+++ b/main.asm
@@ -47180,7 +47180,7 @@
 	jr .CheckLayer
 
 ; Decrement the scores of all moves one by one until one reaches 0.
-; If the Pokemon has no moves, the game will loop indefinitely.
+; If the Pokemon has no moves, the game goes into an endless loop.
 .DecrementScores
 	ld hl, Buffer1
 	ld de, EnemyMonMoves