I found a bug where the game will crash upon attempting to sell a Pokémon who's price ends with ".0". The error message reveals that the game crashes because the sell price's value is stored as a floating point instead of integer, hence the ".0".
TL:DR - If your Pokémon's sell price at the...