diff options
author | elioat <elioat@tilde.institute> | 2022-12-22 11:29:04 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2022-12-22 11:29:04 -0500 |
commit | a5485435bbcda8b94000918a2c6f7984a7176ef1 (patch) | |
tree | 3d5d62c42865a869366657d54e1cde6bff5a4c82 /src | |
parent | 48236ed88e3d87f3a996b52a8b0721a65b734a3d (diff) | |
download | december-2022-a5485435bbcda8b94000918a2c6f7984a7176ef1.tar.gz |
*
Diffstat (limited to 'src')
-rw-r--r-- | src/pokedex/pokedex.rkt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pokedex/pokedex.rkt b/src/pokedex/pokedex.rkt index 1e452c3..5520e4f 100644 --- a/src/pokedex/pokedex.rkt +++ b/src/pokedex/pokedex.rkt @@ -107,4 +107,5 @@ (poke "charizard") (poke "slowking") (poke "slowbro") -(poke "slowpoke") \ No newline at end of file +(poke "slowpoke") +(poke "kingler") |