summaryrefslogtreecommitdiff
path: root/home/text.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/text.asm')
-rw-r--r--home/text.asm22
1 files changed, 11 insertions, 11 deletions
diff --git a/home/text.asm b/home/text.asm
index b983f609..027e5c74 100644
--- a/home/text.asm
+++ b/home/text.asm
@@ -199,11 +199,11 @@ MonsterNameCharsCommon::
.Enemy
; print “Enemy ”
- ld de,Char5AText
+ ld de,wEnemyMonNick
call PlaceString
ld h,b
ld l,c
- ld de,wEnemyMonNick ; enemy active monster name
+ ld de,Char5AText
FinishDTE::
call PlaceString
@@ -213,22 +213,22 @@ FinishDTE::
inc de
jp PlaceNextChar
-Char5CText::
- db "TM@"
-Char5DText::
- db "TRAINER@"
Char5BText::
db "PC@"
Char5EText::
db "ROCKET@"
-Char54Text::
- db "POKé@"
Char56Text::
db "……@"
-Char5AText::
- db "Enemy @"
Char4AText::
- db $E1,$E2,"@" ; PKMN
+ db $E1,$E2,"@"
+Char5CText::
+ db "CT@"
+Char5DText::
+ db "DRES.@"
+Char54Text::
+ db "POKé@"
+Char5AText::
+ db " ennemi@"
Char55::
push de