summaryrefslogtreecommitdiff
path: root/home/text.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/text.asm')
-rw-r--r--home/text.asm19
1 files changed, 0 insertions, 19 deletions
diff --git a/home/text.asm b/home/text.asm
index ceb249c4e..c71ed9cc1 100644
--- a/home/text.asm
+++ b/home/text.asm
@@ -19,7 +19,6 @@ FillBoxWithByte::
jr nz, .row
ret
-
ClearTileMap::
; Fill wTileMap with blank tiles.
@@ -34,7 +33,6 @@ ClearTileMap::
ret z
jp WaitBGMap
-
ClearScreen::
ld a, PAL_BG_TEXT
hlcoord 0, 0, wAttrMap
@@ -42,7 +40,6 @@ ClearScreen::
call ByteFill
jr ClearTileMap
-
TextBox::
; Draw a text box at hl with room for b lines of c characters each.
; Places a border around the textbox, then switches the palette to the
@@ -54,7 +51,6 @@ TextBox::
pop bc
jr TextBoxPalette
-
TextBoxBorder::
; Top
@@ -102,7 +98,6 @@ TextBoxBorder::
jr nz, .loop
ret
-
TextBoxPalette::
; Fill text box width c height b at hl with pal 7
ld de, wAttrMap - wTileMap
@@ -127,7 +122,6 @@ TextBoxPalette::
jr nz, .col
ret
-
SpeechTextBox::
; Standard textbox.
hlcoord TEXTBOX_X, TEXTBOX_Y
@@ -144,7 +138,6 @@ RadioTerminator::
ret
.stop db "@"
-
PrintText::
call SetUpTextBox
BuenaPrintText::
@@ -167,7 +160,6 @@ SetUpTextBox::
pop hl
ret
-
PlaceString::
push hl
@@ -285,14 +277,12 @@ ENDM
call PrintLetterDelay
jp NextChar
-
DayOfWeekChar::
ld c, l
ld b, h
farcall Function17f036
jp PlaceNextChar
-
print_name: MACRO
push de
ld de, \1
@@ -318,7 +308,6 @@ PlaceJPRoute: print_name PlaceJPRouteText
PlaceWatashi: print_name PlaceWatashiText
PlaceKokoWa: print_name PlaceKokoWaText
-
PlaceMoveTargetsName::
ld a, [hBattleTurn]
xor 1
@@ -343,7 +332,6 @@ PlaceMoveUsersName::
ld de, wEnemyMonNick
jr PlaceCommandCharacter
-
PlaceEnemysName::
push de
@@ -377,7 +365,6 @@ PlaceEnemysName::
ld de, wOTClassName
jr PlaceCommandCharacter
-
PlaceGenderedPlayerName::
push de
ld de, wPlayerName
@@ -391,7 +378,6 @@ PlaceGenderedPlayerName::
ld de, ChanSuffixText
jr PlaceCommandCharacter
-
PlaceCommandCharacter::
call PlaceString
ld h, b
@@ -472,7 +458,6 @@ TextFar::
push hl
jp NextChar
-
LineChar::
pop hl
hlcoord TEXTBOX_INNERX, TEXTBOX_INNERY + 2
@@ -502,7 +487,6 @@ Paragraph::
pop de
jp NextChar
-
_ContText::
ld a, [wLinkMode]
or a
@@ -529,7 +513,6 @@ _ContTextNoPause::
pop de
jp NextChar
-
ContText::
push de
ld de, .cont
@@ -543,7 +526,6 @@ ContText::
.cont: db "<_CONT>@"
-
PlaceDexEnd::
; Ends a Pokédex entry in Gen 1.
; Dex entries are now regular strings.
@@ -661,7 +643,6 @@ PokeFluteTerminatorCharacter::
.stop: db "@"
-
PlaceHLTextAtBC::
ld a, [wTextBoxFlags]
push af