diff options
author | elioat <elioat@tilde.institute> | 2022-12-22 09:56:12 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2022-12-22 09:56:12 -0500 |
commit | 48236ed88e3d87f3a996b52a8b0721a65b734a3d (patch) | |
tree | 45c84a3f7e4b0aa449dfd6f07593b014046ca7c3 /src | |
parent | cff6b2bf1f562a93a9de189d22d0b361af3b4531 (diff) | |
download | december-2022-48236ed88e3d87f3a996b52a8b0721a65b734a3d.tar.gz |
*&
Diffstat (limited to 'src')
-rw-r--r-- | src/pokedex/pokedex.rkt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pokedex/pokedex.rkt b/src/pokedex/pokedex.rkt index 75918de..1e452c3 100644 --- a/src/pokedex/pokedex.rkt +++ b/src/pokedex/pokedex.rkt @@ -105,3 +105,6 @@ (poke "zapdos") (poke 74) (poke "charizard") +(poke "slowking") +(poke "slowbro") +(poke "slowpoke") \ No newline at end of file |