This commit is contained in:
@@ -156,7 +156,7 @@ extern "C" fn pokemon_real_ability_index(ptr: ExternPointer<Arc<Pokemon>>) -> u8
|
||||
ptr.as_ref().real_ability().index
|
||||
}
|
||||
|
||||
ffi_vec_value_getters!(Pokemon, types, TypeIdentifier);
|
||||
ffi_vec_value_getters!(Pokemon, Pokemon, types, TypeIdentifier);
|
||||
|
||||
/// Gets a learned move of the Pokemon. Index should generally be below [`MAX_MOVES`], you will get
|
||||
/// a null pointer otherwise.
|
||||
|
||||
Reference in New Issue
Block a user