No space between labels and bodies

This commit is contained in:
Rangi
2018-06-25 12:24:18 -04:00
parent 5693cc49cf
commit 1caa50a647
37 changed files with 11 additions and 113 deletions

View File

@@ -142,10 +142,6 @@ FarCopyRadioText::
ret
MobileTextBorder::
CELL_PHONE_TOP EQU $5e
CELL_PHONE_BOTTOM EQU $5f
; For mobile link battles only.
ld a, [wLinkMode]
cp LINK_MOBILE
@@ -154,9 +150,9 @@ CELL_PHONE_BOTTOM EQU $5f
; Draw a cell phone icon at the
; top right corner of the border.
hlcoord 19, 12
ld [hl], CELL_PHONE_TOP
ld [hl], $5e ; top
hlcoord 19, 13
ld [hl], CELL_PHONE_BOTTOM
ld [hl], $5f ; bottom
ret
BattleTextBox::
@@ -186,7 +182,6 @@ StdBattleTextBox::
ret
GetBattleAnimPointer::
ld a, BANK(BattleAnimations)
rst Bankswitch
@@ -201,7 +196,6 @@ GetBattleAnimPointer::
ret
GetBattleAnimByte::
push hl
push de