Document fix about AI item pointer overflowing (pret/pokecrystal#1066)

Co-Authored-By: Idain <54337884+Idain@users.noreply.github.com>
This commit is contained in:
vulcandth
2023-08-10 17:26:32 -05:00
parent a4aa97213d
commit 47c19fd588
+1
View File
@@ -164,6 +164,7 @@ AI_TryItem:
ld b, h
ld c, l
ld hl, AI_Items
; BUG: AI might use its base reward value as an item (see docs/bugs_and_glitches.md)
ld de, wEnemyTrainerItem1
.loop
ld a, [hl]