mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
Fixed a small buffer overflow in AI_CV_Recycle_ItemsToEncourage
This commit is contained in:
parent
6f728f2fa1
commit
ad5bcd06cf
@ -2409,9 +2409,9 @@ AI_CV_Recycle_End:
|
||||
end
|
||||
|
||||
AI_CV_Recycle_ItemsToEncourage:
|
||||
.byte ITEM_CHESTO_BERRY
|
||||
.byte ITEM_LUM_BERRY
|
||||
.byte ITEM_STARF_BERRY
|
||||
.2byte ITEM_CHESTO_BERRY
|
||||
.2byte ITEM_LUM_BERRY
|
||||
.2byte ITEM_STARF_BERRY
|
||||
.byte -1
|
||||
|
||||
AI_CV_Revenge:
|
||||
|
Loading…
Reference in New Issue
Block a user