Add more Yellow Pokémon to party display

This commit is contained in:
Kyle Coburn 2015-05-18 22:41:04 -07:00
parent eda3b4e075
commit 8c34e324d6
1 changed files with 2 additions and 2 deletions

View File

@ -33,10 +33,10 @@ function Paint.draw(currentMap)
end
local caughtPokemon = {
{"squirtle"},
{"squirtle", "pikachu", "lapras"},
{"nidoran", "nidorino", "nidoking"},
{"spearow", "pidgey"},
{"paras", "oddish", "sandshrew", "charmander"},
{"paras", "oddish", "charmander", "sandshrew"},
}
local partyY = BOTTOM_EDGE
for i,pokemonCategory in ipairs(caughtPokemon) do