You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -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:
@@ -70,7 +70,7 @@ LoadFonts_NoOAMUpdate::
|
||||
ret
|
||||
|
||||
.LoadGFX:
|
||||
call LoadFontsExtra
|
||||
call LoadFrame
|
||||
ld a, $90
|
||||
ldh [hWY], a
|
||||
call SafeUpdateSprites
|
||||
|
||||
@@ -287,7 +287,7 @@ LoadMapGraphics:
|
||||
xor a
|
||||
ldh [hTileAnimFrame], a
|
||||
farcall RefreshSprites
|
||||
call LoadFontsExtra
|
||||
call LoadFrame
|
||||
farcall LoadOverworldFont
|
||||
ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user