IN3D / Pokemon

Recreation of pokemon, in C#.
0 stars 0 forks source link

Types now fully integer based #22

Closed IN3D closed 10 years ago

IN3D commented 10 years ago

closes #21

Pokemon types are now fully supporting being integer based. Please note going forward that if you are interacting with types in the future, that "-1" represents a null type. previously no text represented this. But given types are 0 based, it was important that there be some way to nullify the unused indexes within the types array. If you are going through the types array, ensure that you are checking that the current index is not -1.