# HG changeset patch # User Dylan Holmes # Date 1332734641 18000 # Node ID a50faba43967203d54dadf02c5a3305fc1b9391d # Parent 27ca947084cfa83f6c1602770836b98f5305f089 forgot to include Bird type with the list of available type names for type advantage data. now hxc-advantage is correct. diff -r 27ca947084cf -r a50faba43967 clojure/com/aurellem/gb/hxc.clj --- a/clojure/com/aurellem/gb/hxc.clj Sun Mar 25 22:33:17 2012 -0500 +++ b/clojure/com/aurellem/gb/hxc.clj Sun Mar 25 23:04:01 2012 -0500 @@ -91,6 +91,7 @@ :poison :ground :rock + :bird :bug :ghost :A @@ -115,6 +116,7 @@ (def hxc-advantage + "The hardcoded type advantages in memory, returned as tuples of [atk-type def-type multiplier]. By default (i.e. if not listed here), the multiplier is 1." (map (fn [[atk def mult]] [(get pkmn-types atk (hex atk)) (get pkmn-types def (hex def))