PkmnLib_rs/src/ffi/dynamic_data/models
Deukhoofd 12802ce542
continuous-integration/drone/push Build is passing Details
Support for serializing and deserializing a Pokemon
2023-07-22 12:23:33 +02:00
..
battle.rs Fixes for FFI, refactor FFI Error to be easier to implement 2023-06-25 16:28:51 +02:00
battle_party.rs Complete refactor of the FFI to use handles instead of pointers. 2023-06-24 14:44:23 +02:00
event.rs Implements event batch id to events to display multiple events at the same time 2023-06-30 11:32:00 +02:00
learned_move.rs Complete refactor of the FFI to use handles instead of pointers. 2023-06-24 14:44:23 +02:00
mod.rs Work on FFI, fixes for learned_move::restore_uses 2022-11-26 11:25:56 +01:00
native_event_hook.rs Implements event batch id to events to display multiple events at the same time 2023-06-30 11:32:00 +02:00
pokemon.rs Support for serializing and deserializing a Pokemon 2023-07-22 12:23:33 +02:00
pokemon_party.rs Rename unique_identifier --> personality_value, minor fixes 2023-07-09 11:17:43 +02:00