Remove unused map environment with index 0 (#7), Implement function to draw the overworld textbox (#10)

This commit is contained in:
xCrystal
2023-08-07 13:23:57 +02:00
parent f64bbf700d
commit be5f3ad6e1
24 changed files with 208 additions and 41 deletions

View File

@@ -1537,22 +1537,6 @@ endr
dbsprite 19, 4, 0, 7, $07, 0
db -1
BillsPC_FillBox: ; unreferenced
.row
push bc
push hl
.col
ld [hli], a
dec c
jr nz, .col
pop hl
ld bc, SCREEN_WIDTH
add hl, bc
pop bc
dec b
jr nz, .row
ret
BillsPC_CheckSpaceInDestination:
; If moving within a box, no need to be here.
ld hl, wBillsPC_LoadedBox