summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-02-12 16:26:33 -0800
committeryenatch <yenatch@gmail.com>2015-03-03 18:31:46 -0800
commitadc41566aa1dcedb31214756e0873d641bad5a0e (patch)
tree06481f6bd2182558d3707043d5e1c0a20096dc07
parent35644c330effcfb083591d20b3b5f780019ae24f (diff)
Fix a static reference to a string in Pokedex code.
-rw-r--r--engine/pokedex.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokedex.asm b/engine/pokedex.asm
index dcbc1832e..8ca68ce30 100644
--- a/engine/pokedex.asm
+++ b/engine/pokedex.asm
@@ -1778,7 +1778,7 @@ Function40f08: ; 40f08 (10:4f08)
hlcoord 0, 12
ld bc, $412
call Function40ad5
- ld de, $4f32
+ ld de, String_40f32
hlcoord 1, 14
call PlaceString
ld a, $1