You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Expand tilesets from 192 to 255 tiles (#2) [Commit 2], Reorganization of pokecrystal charmap and fonts layout (#3)
This commit is contained in:
@@ -44,9 +44,8 @@ LoadFontsBattleExtra::
|
||||
farcall _LoadFontsBattleExtra
|
||||
ret
|
||||
|
||||
LoadFontsExtra::
|
||||
farcall _LoadFontsExtra1
|
||||
farcall _LoadFontsExtra2
|
||||
LoadFrame::
|
||||
farcall _LoadFrame
|
||||
ret
|
||||
|
||||
DecompressRequest2bpp::
|
||||
|
@@ -1335,7 +1335,7 @@ LoadTilesetGFX::
|
||||
|
||||
ld hl, wDecompressScratch
|
||||
ld de, vTiles2
|
||||
ld bc, $60 tiles
|
||||
ld bc, $7f tiles
|
||||
call CopyBytes
|
||||
|
||||
ldh a, [rVBK]
|
||||
@@ -1343,9 +1343,9 @@ LoadTilesetGFX::
|
||||
ld a, BANK(vTiles5)
|
||||
ldh [rVBK], a
|
||||
|
||||
ld hl, wDecompressScratch + $60 tiles
|
||||
ld hl, wDecompressScratch + $80 tiles
|
||||
ld de, vTiles5
|
||||
ld bc, $60 tiles
|
||||
ld bc, $80 tiles
|
||||
call CopyBytes
|
||||
|
||||
pop af
|
||||
@@ -1947,7 +1947,7 @@ ReloadTilesetAndPalettes::
|
||||
call ClearSprites
|
||||
farcall RefreshSprites
|
||||
call LoadStandardFont
|
||||
call LoadFontsExtra
|
||||
call LoadFrame
|
||||
ldh a, [hROMBank]
|
||||
push af
|
||||
ld a, [wMapGroup]
|
||||
|
Reference in New Issue
Block a user