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:
@@ -35,7 +35,7 @@ NewPokedexEntry:
|
||||
|
||||
.ReturnFromDexRegistration:
|
||||
call ClearTilemap
|
||||
call LoadFontsExtra
|
||||
call LoadFrame
|
||||
call LoadStandardFont
|
||||
farcall Pokedex_PlaceFrontpicTopLeftCorner
|
||||
call WaitBGMap2
|
||||
|
@@ -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]
|
||||
|
Reference in New Issue
Block a user