aboutsummaryrefslogtreecommitdiffstats
path: root/constants.asm
diff options
context:
space:
mode:
authorSawakita <sawakitanoodles@gmail.com>2011-12-27 00:43:05 +0100
committerSawakita <sawakitanoodles@gmail.com>2011-12-27 00:43:05 +0100
commita2887bc963210a5253bf129a141caa16fcf7ff8a (patch)
treee3c8b8c6968189291df453ab1062b5c02b4927c9 /constants.asm
parentAdd pointers to items usage functions, main item usage handling function and ... (diff)
downloadpokeyellow-a2887bc963210a5253bf129a141caa16fcf7ff8a.tar.gz
pokeyellow-a2887bc963210a5253bf129a141caa16fcf7ff8a.tar.xz
pokeyellow-a2887bc963210a5253bf129a141caa16fcf7ff8a.zip
Fix small encoding error (unicode).
hg-commit-id: 8200663be6e4
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.asm b/constants.asm
index f972a5f4..d1c811f2 100644
--- a/constants.asm
+++ b/constants.asm
@@ -90,7 +90,7 @@ W_ISLINKBATTLE EQU $D12B
W_CURMAP EQU $D35E
-W_YCOORD EQU $D361 ; player¿s position on the current map
+W_YCOORD EQU $D361 ; player’s position on the current map
W_XCOORD EQU $D362
W_RIVALSTARTER EQU $D715