summaryrefslogtreecommitdiff
path: root/home/text.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-10-25 16:01:12 -0700
committerBryan Bishop <kanzure@gmail.com>2013-10-25 16:01:12 -0700
commit07612257ccf21e0b5a4be28d7b5d9b7d9917d613 (patch)
treeae88e3028cf13f549b2257383b9931d18298a9c0 /home/text.asm
parent80329c54897a545b9b8b3e82b686b09f295bb67a (diff)
parent046192575eec6405472ed2a43c701c7e25645c66 (diff)
Merge pull request #213 from yenatch/merge-mrwint
Merge mrwint/master into kanzure/master
Diffstat (limited to 'home/text.asm')
-rw-r--r--home/text.asm12
1 files changed, 4 insertions, 8 deletions
diff --git a/home/text.asm b/home/text.asm
index d5123b849..c4ff6aa05 100644
--- a/home/text.asm
+++ b/home/text.asm
@@ -2,7 +2,7 @@ ClearBox: ; fb6
; Fill a c*b box at hl with blank tiles.
ld a, " "
-.y
+Functionfb8:
push bc
push hl
.x
@@ -14,7 +14,7 @@ ClearBox: ; fb6
add hl, bc
pop bc
dec b
- jr nz, .y
+ jr nz, Functionfb8
ret
; fc8
@@ -315,9 +315,7 @@ CheckDict: ; 1087
Function117b: ; 117b
ld c, l
ld b, h
- ld a, $5f
- ld hl, $7036
- rst FarCall
+ callba Function17f036
jp PlaceNextChar
; 1186
@@ -463,9 +461,7 @@ Function1205: ; 1205
ld de, String12a2
call PlaceString
push bc
- ld hl, $5939
- ld a, $e
- rst FarCall
+ callab Function39939
pop hl
ld de, StringBuffer1
jr .asm_126a ; 0x1246 $22