diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-09 23:09:03 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-09 23:09:03 -0400 |
commit | b68913a782baee1334e9614661c712ff27895e8e (patch) | |
tree | f10aa68e2374bf7cb3d14f6af17698a04348abf1 /home/text.asm | |
parent | 96b0e448c4ce6a5dc43653a1c927a530fe64aece (diff) |
More radio labels
Diffstat (limited to 'home/text.asm')
-rw-r--r-- | home/text.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/text.asm b/home/text.asm index fdbafec22..1ddc72ea5 100644 --- a/home/text.asm +++ b/home/text.asm @@ -273,7 +273,7 @@ endm dict $24, PlacePOKE dict $25, NextChar dict2 $1f, " " - dict $5f, Char5F + dict "<DEXEND>", PlaceDexEnd dict "<TARGET>", PlaceMoveTargetsName dict "<USER>", PlaceMoveUsersName dict "<ENEMY>", PlaceEnemysName @@ -590,7 +590,7 @@ ContText:: ; 1345 ; 1356 -Char5F:: ; 1356 +PlaceDexEnd:: ; 1356 ; Legacy: ends a Pokédex entry (Red). ; Dex entries are now regular strings. ld [hl], "." |