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

@@ -70,7 +70,7 @@ LoadFonts_NoOAMUpdate::
ret
.LoadGFX:
call LoadFontsExtra
call LoadFrame
ld a, $90
ldh [hWY], a
call SafeUpdateSprites

View File

@@ -287,7 +287,7 @@ LoadMapGraphics:
xor a
ldh [hTileAnimFrame], a
farcall RefreshSprites
call LoadFontsExtra
call LoadFrame
farcall LoadOverworldFont
ret