mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Add commentary and labels to AI stuff
Name some labels and add lots of commentary to AI stuff, including most AIScoring_Smart sublayers.
This commit is contained in:
parent
8641358590
commit
d430cccdfb
2
main.asm
2
main.asm
@ -47180,7 +47180,7 @@ AIChooseMove: ; 440ce
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user