diff options
| author | yenatch <yenatch@gmail.com> | 2017-08-01 16:45:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-01 16:45:26 -0400 |
| commit | a1ca8aa239837496f98e54c7c246fd9fb9c8a5e3 (patch) | |
| tree | 5b29a35cd2562cbb1422fe37dcb0be89a70dd6f8 /text/maps/celadon_game_corner.asm | |
| parent | Fix typos in comments (diff) | |
| parent | Replaced all instances of $52, $53, and $5A with "<PLAYER>", "<RIVAL>", and "... (diff) | |
| download | pokeyellow-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/celadon_game_corner.asm')
| -rw-r--r-- | text/maps/celadon_game_corner.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/text/maps/celadon_game_corner.asm b/text/maps/celadon_game_corner.asm index 2d263e80..1e59f83e 100644 --- a/text/maps/celadon_game_corner.asm +++ b/text/maps/celadon_game_corner.asm @@ -64,7 +64,7 @@ _CeladonGameCornerText_48d9c:: prompt _Received10CoinsText:: - text $52, " received" + text "<PLAYER> received" line "10 coins!@@" _CeladonGameCornerText_48da7:: @@ -121,7 +121,7 @@ _CeladonGameCornerText_48e26:: prompt _Received20CoinsText:: - text $52, " received" + text "<PLAYER> received" line "20 coins!@@" _CeladonGameCornerText_48e31:: @@ -143,7 +143,7 @@ _CeladonGameCornerText_48e88:: prompt _CeladonGameCornerText_48e8d:: - text $52, " received" + text "<PLAYER> received" line "20 coins!@@" _CeladonGameCornerText_48e93:: |
