You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
No space between labels and bodies
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -9,7 +9,6 @@ ResetGameTime::
|
||||
ret
|
||||
|
||||
GameTimer::
|
||||
|
||||
nop
|
||||
|
||||
ld a, [rSVBK]
|
||||
|
@@ -33,7 +33,6 @@ _Start::
|
||||
ld [hSystemBooted], a
|
||||
|
||||
Init::
|
||||
|
||||
di
|
||||
|
||||
xor a
|
||||
|
@@ -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
|
||||
|
@@ -18,7 +18,6 @@ UpdateCGBPals::
|
||||
ret z
|
||||
|
||||
ForceUpdateCGBPals::
|
||||
|
||||
ld a, [rSVBK]
|
||||
push af
|
||||
ld a, BANK(wBGPals2)
|
||||
|
@@ -52,7 +52,6 @@ TextBox::
|
||||
jr TextBoxPalette
|
||||
|
||||
TextBoxBorder::
|
||||
|
||||
; Top
|
||||
push hl
|
||||
ld a, "┌"
|
||||
|
@@ -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
|
||||
|
@@ -356,7 +356,6 @@ Serve2bppRequest::
|
||||
jr _Serve2bppRequest
|
||||
|
||||
Serve2bppRequest_VBlank::
|
||||
|
||||
ld a, [wRequested2bpp]
|
||||
and a
|
||||
ret z
|
||||
|
Reference in New Issue
Block a user