Expand tilesets from 192 to 255 tiles (#2) [Commit 2], Reorganization of pokecrystal charmap and fonts layout (#3)

This commit is contained in:
xCrystal
2023-08-02 19:52:51 +02:00
parent a1e095074c
commit 6e3c5fd008
67 changed files with 243 additions and 380 deletions

View File

@@ -44,9 +44,8 @@ LoadFontsBattleExtra::
farcall _LoadFontsBattleExtra
ret
LoadFontsExtra::
farcall _LoadFontsExtra1
farcall _LoadFontsExtra2
LoadFrame::
farcall _LoadFrame
ret
DecompressRequest2bpp::

View File

@@ -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]