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

@@ -1,7 +1,6 @@
; Audio interfaces.
MapSetup_Sound_Off::
push hl
push de
push bc
@@ -26,7 +25,6 @@ MapSetup_Sound_Off::
ret
UpdateSound::
push hl
push de
push bc

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

View File

@@ -9,7 +9,6 @@ ResetGameTime::
ret
GameTimer::
nop
ld a, [rSVBK]

View File

@@ -33,7 +33,6 @@ _Start::
ld [hSystemBooted], a
Init::
di
xor a

View File

@@ -757,7 +757,6 @@ ChangeMap::
ret
FillMapConnections::
; North
ld a, [wNorthConnectedMapGroup]
cp $ff
@@ -855,7 +854,6 @@ FillMapConnections::
FillNorthConnectionStrip::
FillSouthConnectionStrip::
ld c, 3
.y
push de
@@ -890,7 +888,6 @@ FillSouthConnectionStrip::
FillWestConnectionStrip::
FillEastConnectionStrip::
.loop
ld a, [wMapWidth]
add 6

View File

@@ -18,7 +18,6 @@ UpdateCGBPals::
ret z
ForceUpdateCGBPals::
ld a, [rSVBK]
push af
ld a, BANK(wBGPals2)

View File

@@ -52,7 +52,6 @@ TextBox::
jr TextBoxPalette
TextBoxBorder::
; Top
push hl
ld a, "┌"

View File

@@ -20,7 +20,6 @@ CheckTrainerBattle::
.loop
; Start a battle if the object:
push af
push de
@@ -128,7 +127,6 @@ LoadTrainer_continue::
ret
FacingPlayerDistance_bc::
push de
call FacingPlayerDistance
ld b, d

View File

@@ -356,7 +356,6 @@ Serve2bppRequest::
jr _Serve2bppRequest
Serve2bppRequest_VBlank::
ld a, [wRequested2bpp]
and a
ret z