diff options
| author | yenatch <yenatch@gmail.com> | 2015-06-27 21:59:17 -0700 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2015-06-27 22:53:38 -0700 |
| commit | e2c2e20f93f43848542362a5deee677e88f9507d (patch) | |
| tree | 6134c60a610ce7e2872af65212c06883abbc2cb2 /maps/Route39Barn.asm | |
| parent | c00949dddf8498eb6483487792332f10dd074386 (diff) | |
Use charmaps for special string codepoints.
Also fix all the text.
Also fix some unreferenced scripts that were interpreted as text.
Diffstat (limited to 'maps/Route39Barn.asm')
| -rw-r--r-- | maps/Route39Barn.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/Route39Barn.asm b/maps/Route39Barn.asm index 0ee245ac9..21dd2117a 100644 --- a/maps/Route39Barn.asm +++ b/maps/Route39Barn.asm @@ -171,7 +171,7 @@ UnknownText_0x9cda2: ; 0x9cda2 ; 0x9cdbc UnknownText_0x9cdbc: ; 0x9cdbc - text $52, " gave a" + text "<PLAYER> gave a" line "BERRY to MILTANK." done ; 0x9cdd8 @@ -195,13 +195,13 @@ UnknownText_0x9ce1b: ; 0x9ce1b ; 0x9ce3c UnknownText_0x9ce3c: ; 0x9ce3c - text $52, " has no" + text "<PLAYER> has no" line "BERRIES…" done ; 0x9ce4f UnknownText_0x9ce4f: ; 0x9ce4f - text $52, " wouldn't" + text "<PLAYER> wouldn't" line "give a BERRY." para "MILTANK looks sad." |
