diff options
author | Víctor M. González <helios.vmg@gmail.com> | 2017-07-30 18:46:53 -0300 |
---|---|---|
committer | Víctor M. González <helios.vmg@gmail.com> | 2017-07-30 18:46:53 -0300 |
commit | 5c39c6c5cb4defc4fcec85bb4b7cd878d190d6bd (patch) | |
tree | 5b29a35cd2562cbb1422fe37dcb0be89a70dd6f8 /text/maps/pallet_town.asm | |
parent | 7a9a1b1e55f4a7f6c339a86d8cdb7fbf1bee7838 (diff) |
Replaced all instances of $52, $53, and $5A with "<PLAYER>", "<RIVAL>", and "<USER>" respectively.
Diffstat (limited to 'text/maps/pallet_town.asm')
-rw-r--r-- | text/maps/pallet_town.asm | 4 |
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 |