747576777879808182838485
} private void onSelectAddRow() { if (!readyToEdit) return; WildPokemon wildPokemon = new WildPokemon(); wildPokemon.setMap(currentMapName); try { SqlStatement.insert(wildPokemon).execute(); } catch (DataConnectionException e) {