summaryrefslogtreecommitdiff
path: root/text.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-16 01:33:16 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-16 01:33:16 -0400
commit285cf2650d0587fb73704092cbef943a692cd73b (patch)
treedc1d8379b7b610f02852f74e131f32c81ee008ce /text.asm
parentae1ebde6972ade9feaa394851bee0bbddb8bb41e (diff)
Clean up text labels, use move and type constants
Diffstat (limited to 'text.asm')
-rw-r--r--text.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/text.asm b/text.asm
index a76c2ffa..ca69b0cc 100644
--- a/text.asm
+++ b/text.asm
@@ -1082,7 +1082,7 @@ _HurtByLeechSeedText:: ; 896b3 (22:56b3)
line $5a, "!"
prompt
-_EnemyMonFainted:: ; 0x896c7
+_EnemyMonFaintedText:: ; 0x896c7
text "Enemy @"
TX_RAM W_ENEMYMONNAME
db $0
@@ -1173,7 +1173,7 @@ _GotAwayText:: ; 8981f (22:581f)
text "Got away safely!"
prompt
-_ItemsCantBeUsedHere:: ; 89831 (22:5831)
+_ItemsCantBeUsedHereText:: ; 89831 (22:5831)
text "Items can't be"
line "used here."
prompt
@@ -1450,14 +1450,14 @@ _GrewLevelText:: ; 89c01 (22:5c01)
TX_NUM $d127, 1, 3
text "!@@"
-_WildMonAppeared:: ; 89c1d (22:5c1d)
+_WildMonAppearedText:: ; 89c1d (22:5c1d)
text "Wild @"
TX_RAM W_ENEMYMONNAME
db $0
line "appeared!"
prompt
-_HookedMonAttacked:: ; 89c33 (22:5c33)
+_HookedMonAttackedText:: ; 89c33 (22:5c33)
text "The hooked"
line "@"
TX_RAM W_ENEMYMONNAME
@@ -2463,7 +2463,7 @@ _PokemartBuyingGreetingText:: ; a2608 (28:6608)
text "Take your time."
done
-_PokemartTellBuyPrice:: ; a2619 (28:6619)
+_PokemartTellBuyPriceText:: ; a2619 (28:6619)
TX_RAM $cf4b
text "?"
line "That will be"
@@ -2492,7 +2492,7 @@ _PokemonSellingGreetingText:: ; a2690 (28:6690)
line "like to sell?"
done
-_PokemartTellSellPrice:: ; a26ae (28:66ae)
+_PokemartTellSellPriceText:: ; a26ae (28:66ae)
text "I can pay you"
line "¥@"
db $2, $9f, $ff, $c3 ; XXX