Herringway / earthbound

attempt at decompiling+porting earthbound
29 stars 7 forks source link

Battle actions involving an item cause a crash #121

Closed Anonymous941 closed 1 year ago

Anonymous941 commented 1 year ago

When I try to attack or use a good, the game crashes with this error:

core.exception.ArrayIndexError@source/earthbound/bank02.d(3539): index [18446744073709551615] is out of bounds for array of length 32
Herringway commented 1 year ago

Possibly fixed by 858a43c6. can you confirm?

Anonymous941 commented 1 year ago

Yes, it works now