diff options
author | Logan B <einstein95@users.noreply.github.com> | 2016-10-07 14:47:06 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-07 14:47:06 +1300 |
commit | 903b5c4610d49b84495ba69d2f7beed1fbc25cef (patch) | |
tree | 9175d043b485f0ba2235d32bc68dca7d4fbebaf6 | |
parent | e95485a8b0eacac8806c5948079919a271029897 (diff) | |
parent | 752bd711816023581662810f641c07eaf8625c0e (diff) |
Merge pull request #1 from iimarckus/master
Fix text abbreviations.
-rw-r--r-- | home/text.asm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/home/text.asm b/home/text.asm index b6716d91..2b978bfd 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,21 +213,21 @@ FinishDTE:: inc de jp PlaceNextChar -Char5CText:: +Char5BText:: db "PC@" -Char5DText:: +Char5EText:: db "ROCKET@" -Char5BText:: +Char56Text:: db "……@" -Char5EText:: +Char4AText:: db $E1,$E2,"@" -Char54Text:: +Char5CText:: db "CT@" -Char56Text:: +Char5DText:: db "DRES.@" -Char5AText:: +Char54Text:: db "POKé@" -Char4AText:: +Char5AText:: db " ennemi@" Char55:: |