You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Remove unused map environment with index 0 (#7), Implement function to draw the overworld textbox (#10)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user