diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-29 01:40:23 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-29 01:40:23 -0400 |
commit | c9cb67141bd13db51b8f6cb79f158cbca21660d0 (patch) | |
tree | 79c1e49f87af73e355d6bdf1ead6dfba7f24edfb /data | |
parent | 84983947011d79f1988388cf08dee55cdc82cc99 (diff) |
Make reviewed fixes; standardize on " + "
Diffstat (limited to 'data')
-rw-r--r-- | data/text/common_1.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/text/common_1.asm b/data/text/common_1.asm index 738048998..cf6e3ce8c 100644 --- a/data/text/common_1.asm +++ b/data/text/common_1.asm @@ -1155,7 +1155,7 @@ Text_BreedingIsNotPossible:: UnknownText_0x1bd0d8:: text "The compatibility" line "is @" - deciram wBreedingCompatibility , 1, 3 + deciram wBreedingCompatibility, 1, 3 text "." cont "Should they breed?" done |