aboutsummaryrefslogtreecommitdiffstats
path: root/text/maps/pallet_town.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-08-01 16:45:26 -0400
committerGitHub <noreply@github.com>2017-08-01 16:45:26 -0400
commita1ca8aa239837496f98e54c7c246fd9fb9c8a5e3 (patch)
tree5b29a35cd2562cbb1422fe37dcb0be89a70dd6f8 /text/maps/pallet_town.asm
parentFix typos in comments (diff)
parentReplaced all instances of $52, $53, and $5A with "<PLAYER>", "<RIVAL>", and "... (diff)
downloadpokeyellow-a1ca8aa239837496f98e54c7c246fd9fb9c8a5e3.tar.gz
pokeyellow-a1ca8aa239837496f98e54c7c246fd9fb9c8a5e3.tar.xz
pokeyellow-a1ca8aa239837496f98e54c7c246fd9fb9c8a5e3.zip
Merge pull request #162 from Helios-vmg/text-corrections
Replaced $xx in text .asm files with "<xxx>" for consistency
Diffstat (limited to 'text/maps/pallet_town.asm')
-rw-r--r--text/maps/pallet_town.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/text/maps/pallet_town.asm b/text/maps/pallet_town.asm
index 64b3325b..d5eda74f 100644
--- a/text/maps/pallet_town.asm
+++ b/text/maps/pallet_town.asm
@@ -47,9 +47,9 @@ _PalletTownText5::
done
_PalletTownText6::
- text $52,"'s house "
+ text "<PLAYER>'s house "
done
_PalletTownText7::
- text $53,"'s house "
+ text "<RIVAL>'s house "
done