shithub: pokered

Download patch

ref: a2887bc963210a5253bf129a141caa16fcf7ff8a
parent: f9bbe64cc155a852a905aa8750604ff89757ee3e
author: Sawakita <sawakitanoodles@gmail.com>
date: Mon Dec 26 19:43:05 EST 2011

Fix small encoding error (unicode).

hg-commit-id: 8200663be6e4


--- a/constants.asm
+++ b/constants.asm
@@ -90,7 +90,7 @@
 
 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