mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Expand tilesets from 192 to 255 tiles
This commit is contained in:
parent
89ef7cab53
commit
94d9c77070
80 changed files with 188 additions and 357 deletions
|
|
@ -1014,16 +1014,8 @@ Stubbed_Function106462:
|
|||
ret
|
||||
|
||||
Function106464::
|
||||
ld de, FontsExtra_SolidBlackGFX
|
||||
ld hl, vTiles2 tile "■" ; $60
|
||||
lb bc, BANK(FontsExtra_SolidBlackGFX), 1
|
||||
call Get2bpp
|
||||
ld de, FontsExtra2_UpArrowGFX
|
||||
ld hl, vTiles2 tile "▲" ; $61
|
||||
lb bc, BANK(FontsExtra2_UpArrowGFX), 1
|
||||
call Get2bpp
|
||||
ld de, MobileDialingFrameGFX
|
||||
ld hl, vTiles2 tile "☎" ; $62
|
||||
ld hl, vTiles2 tile $62
|
||||
ld c, 9
|
||||
ld b, BANK(MobileDialingFrameGFX)
|
||||
call Get2bpp
|
||||
|
|
@ -1042,7 +1034,7 @@ Function10649b: ; unreferenced
|
|||
call AddNTimes
|
||||
ld d, h
|
||||
ld e, l
|
||||
ld hl, vTiles2 tile "┌" ; $79
|
||||
ld hl, vTiles0 tile "┌" ; $ba
|
||||
ld c, TEXTBOX_FRAME_TILES ; "┌" to "┘"
|
||||
ld b, BANK(Frames)
|
||||
call Function1064c3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue