diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-17 16:16:02 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-17 16:38:21 -0400 |
| commit | 4522162d4578ab40a071efec9e1fa28c2756e596 (patch) | |
| tree | 3f04ac12fac11d6aa0782cc72acbe358213845a4 /data/text/common_2.asm | |
| parent | 6c8f8609cb0d8dce34c6f8125267edfa11bbb3f1 (diff) | |
Consistent labels for each nickname in RAM
Diffstat (limited to 'data/text/common_2.asm')
| -rw-r--r-- | data/text/common_2.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/text/common_2.asm b/data/text/common_2.asm index 92d289a06..ee723dd23 100644 --- a/data/text/common_2.asm +++ b/data/text/common_2.asm @@ -133,12 +133,12 @@ _YourFoesWeakGetmMonText:: text_end _BattleMonNicknameText:: - text_ram wBattleMonNick + text_ram wBattleMonNickname text "!" done _BattleMonNickCommaText:: - text_ram wBattleMonNick + text_ram wBattleMonNickname text ",@" text_end @@ -807,7 +807,7 @@ _BreedAskNicknameText:: _LeftWithDayCareLadyText:: text "It's @" - text_ram wBreedMon2Nick + text_ram wBreedMon2Nickname text_start line "that was left with" cont "the DAY-CARE LADY." @@ -815,7 +815,7 @@ _LeftWithDayCareLadyText:: _LeftWithDayCareManText:: text "It's @" - text_ram wBreedMon1Nick + text_ram wBreedMon1Nickname text_start line "that was left with" cont "the DAY-CARE MAN." |
