diff options
author | JimB16 <f1@jimb.de> | 2015-10-19 16:25:15 +0200 |
---|---|---|
committer | JimB16 <f1@jimb.de> | 2015-10-19 16:25:15 +0200 |
commit | 3b9a3cc3bee8934e45f5e4d3fd9704b3fa619560 (patch) | |
tree | b402ddfd95a21402d2ab76368d44b9f04f937725 /home/text.asm | |
parent | 3ef626d37864f4dae26f115c26e448351f19da7c (diff) | |
parent | f399315a489c7eff28ec1941c41d12264fb38039 (diff) |
merge conflicts resolved
Diffstat (limited to 'home/text.asm')
-rw-r--r-- | home/text.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/home/text.asm b/home/text.asm index fdbafec22..79f85d38b 100644 --- a/home/text.asm +++ b/home/text.asm @@ -16,7 +16,7 @@ ClearBox:: ; fb6 ld a, " " -Functionfb8:: +FillBoxWithByte:: .col push bc push hl @@ -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], "." @@ -972,7 +972,7 @@ Text_09:: ; 14d2 ld a, b and $f0 swap a - set 6, a + set PRINTNUM_RIGHTALIGN_F, a ld b, a call PrintNum ld b, h |