diff options
Diffstat (limited to 'home/text.asm')
-rw-r--r-- | home/text.asm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/home/text.asm b/home/text.asm index a5ab8fa3..fcde3679 100644 --- a/home/text.asm +++ b/home/text.asm @@ -3,7 +3,7 @@ ClearBox:: ld a, " " ; fallthrough -FillBoxWithByte:: +FillBoxWithByte:: ; unreferenced ld de, SCREEN_WIDTH .row push hl @@ -374,9 +374,7 @@ String_Space:: db " @" ; These strings have been dummied out. PlaceJPRouteText:: PlaceWatashiText:: -PlaceKokoWaText:: -KunSuffixText:: -ChanSuffixText:: db "@" +PlaceKokoWaText:: db "@" NextLineChar:: pop hl @@ -562,7 +560,7 @@ FarString:: rst Bankswitch ret -PokeFluteTerminatorCharacter:: +PokeFluteTerminator:: ; unreferenced ld hl, .stop ret |