From 62ee310cfca4bea35db9f98cd621e7ad5120c77b Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 2 Nov 2023 20:56:31 -0400 Subject: Gen 3 sprites and csv --- app/views/pokedex/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views') 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 @@
<% 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. %>
No. <%= pokemon.pokedex_num %>
-- cgit v1.2.3