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

@@ -35,7 +35,7 @@ NewPokedexEntry:
.ReturnFromDexRegistration:
call ClearTilemap
call LoadFontsExtra
call LoadFrame
call LoadStandardFont
farcall Pokedex_PlaceFrontpicTopLeftCorner
call WaitBGMap2

View File

@@ -2410,7 +2410,7 @@ Pokedex_LoadGFX:
xor a
call ByteFill
call Pokedex_LoadInvertedFont
call LoadFontsExtra
call LoadFrame
ld hl, vTiles2 tile $60
ld bc, $20 tiles
call Pokedex_InvertTiles
@@ -2494,7 +2494,7 @@ _NewPokedexEntry:
call Pokedex_ResetBGMapMode
call DisableLCD
call LoadStandardFont
call LoadFontsExtra
call LoadFrame
call Pokedex_LoadGFX
call Pokedex_LoadAnyFootprint
ld a, [wTempSpecies]