diff options
Diffstat (limited to 'data/text/text_5.asm')
| -rw-r--r-- | data/text/text_5.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/text/text_5.asm b/data/text/text_5.asm index 834d89dc..47fc87e7 100644 --- a/data/text/text_5.asm +++ b/data/text/text_5.asm @@ -128,14 +128,14 @@ _MimicLearnedMoveText:: text "<USER>" line "learned" cont "@" - text_ram wcd6d + text_ram wNameBuffer text "!" prompt _MoveWasDisabledText:: text "<TARGET>'s" line "@" - text_ram wcd6d + text_ram wNameBuffer text " was" cont "disabled!" prompt @@ -233,7 +233,7 @@ _TransformedText:: text "<USER>" line "transformed into" cont "@" - text_ram wcd6d + text_ram wNameBuffer text "!" prompt |
