summaryrefslogtreecommitdiff
path: root/text.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-08-14 00:36:06 -0700
committerYamaArashi <shadow962@live.com>2015-08-14 00:36:06 -0700
commit599a6aeaaf81e7174577c782f3b3ba113a4a4c39 (patch)
treed3f31cf0c4df4187d937d44f61c3ae81dce29d48 /text.asm
parentf6d618090aa689540056a13fb74125d83879347f (diff)
named battle and learn move variables
Diffstat (limited to 'text.asm')
-rw-r--r--text.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/text.asm b/text.asm
index 9bbbb819..2ed5758f 100644
--- a/text.asm
+++ b/text.asm
@@ -2686,7 +2686,7 @@ _PokemartAnythingElseText:: ; a2719 (28:6719)
done
_LearnedMove1Text:: ; a273b (28:673b)
- TX_RAM wd036
+ TX_RAM wLearnMoveMonName
text " learned"
line "@"
TX_RAM wcf4b
@@ -2705,7 +2705,7 @@ _AbandonLearningText:: ; a2771 (28:6771)
done
_DidNotLearnText:: ; a278a (28:678a)
- TX_RAM wd036
+ TX_RAM wLearnMoveMonName
db $0
line "did not learn"
cont "@"
@@ -2714,7 +2714,7 @@ _DidNotLearnText:: ; a278a (28:678a)
prompt
_TryingToLearnText:: ; a27a4 (28:67a4)
- TX_RAM wd036
+ TX_RAM wLearnMoveMonName
text " is"
line "trying to learn"
cont "@"
@@ -2722,7 +2722,7 @@ _TryingToLearnText:: ; a27a4 (28:67a4)
text "!"
para "But, @"
- TX_RAM wd036
+ TX_RAM wLearnMoveMonName
db $0
line "can't learn more"
cont "than 4 moves!"
@@ -2743,7 +2743,7 @@ _PoofText:: ; a2827 (28:6827)
_ForgotAndText:: ; a2830 (28:6830)
db $0
para "@"
- TX_RAM wd036
+ TX_RAM wLearnMoveMonName
text " forgot"
line "@"
TX_RAM wcd6d