about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2022-12-02 19:39:33 -0500
committerelioat <elioat@tilde.institute>2022-12-02 19:39:33 -0500
commitcc2c22e2b8e37737e3140444a885182943323854 (patch)
tree9a25b690e41f376b19e0987f0474260fb199dcc3 /src
parent524a73e0e0761f665a0197536dddf171e3a18de2 (diff)
downloaddecember-2022-cc2c22e2b8e37737e3140444a885182943323854.tar.gz
*
Diffstat (limited to 'src')
-rw-r--r--src/pokedex.rkt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pokedex.rkt b/src/pokedex.rkt
index 85a8eb6..cc2d9d0 100644
--- a/src/pokedex.rkt
+++ b/src/pokedex.rkt
@@ -39,4 +39,6 @@
 
 (dex-entry 12) ;; QUESTION: would this all be easier to handle if it were a vector or list instead of a hash table?
 
-;; TOMORROW I'll start to figure out how to present this data
\ No newline at end of file
+;; TOMORROW I'll start to figure out how to present this data
+
+(hash-ref (dex-entry 12) "stats") 
\ No newline at end of file