summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2015-02-14 01:51:34 -0700
committerIIMarckus <iimarckus@gmail.com>2015-02-14 01:51:34 -0700
commit828d6b92f0488dc1779f4b282610cead039ffbf9 (patch)
tree57152bff2a77876801b4c9a21bdc1d7b76e637a1 /engine
parentb028e138347e9de72277c525b11d0592ba14498d (diff)
Add the ability to build Crystal 1.1.
Diffstat (limited to 'engine')
-rw-r--r--engine/pokedex.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/engine/pokedex.asm b/engine/pokedex.asm
index f1a1d978c..dcbc1832e 100644
--- a/engine/pokedex.asm
+++ b/engine/pokedex.asm
@@ -66,7 +66,11 @@ InitPokedex: ; 40063
call Function414b7
ld hl, wc6d0
+IF DEF(CRYSTAL11)
+ ld bc, $0116
+ELSE
ld bc, $0115
+ENDC
xor a
call ByteFill