summaryrefslogtreecommitdiff
path: root/app/views/pokedex/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/pokedex/show.html.erb')
-rw-r--r--app/views/pokedex/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/pokedex/show.html.erb b/app/views/pokedex/show.html.erb
index 4d5545b..f920b19 100644
--- a/app/views/pokedex/show.html.erb
+++ b/app/views/pokedex/show.html.erb
@@ -3,7 +3,7 @@
<div class="flex flex-wrap gap-4">
<% Pokemon.order(:pokedex_num).each do |pokemon| %>
- <% break if pokemon.pokedex_num.to_i > 251 %>
+ <% break if pokemon.pokedex_num.to_i > 386 # Up through gen 3. %>
<div class="flex flex-col flex-auto items-center w-[100px] bg-white
border border-orange-900 rounded shadow">
<div class="flex-1 text-display text-center">No. <%= pokemon.pokedex_num %></div>