This commit is contained in:
xCrystal 2014-10-22 23:17:19 +02:00
parent dd8653fe6f
commit 201f56b3e9

View File

@ -47180,7 +47180,7 @@ AIChooseMove: ; 440ce
jr .CheckLayer jr .CheckLayer
; Decrement the scores of all moves one by one until one reaches 0. ; 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 .DecrementScores
ld hl, Buffer1 ld hl, Buffer1
ld de, EnemyMonMoves ld de, EnemyMonMoves