{#if combinedData}
{#each combinedData as { pokedexEntry, catchRecord }}
updateACatch(catchRecord)} />
{/each} {:else}

Loading Pokédex

Please be patient, this can take some time on the first load.

{#if totalRecordsCreated > 0}

Processing {totalRecordsCreated}/{pokedexEntries?.length}

{:else if creatingRecords}

Processing...

{/if} {/if}