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

@@ -3,7 +3,7 @@ _DeleteSaveData:
ld b, CGB_DIPLOMA
call GetCGBLayout
call LoadStandardFont
call LoadFontsExtra
call LoadFrame
ld de, MUSIC_MAIN_MENU
call PlayMusic
ld hl, .ClearAllSaveDataText

View File

@@ -63,7 +63,7 @@ InitGenderScreen:
call DelayFrames
call ClearBGPalettes
call InitCrystalData
call LoadFontsExtra
call LoadFrame
hlcoord 0, 0
ld bc, SCREEN_HEIGHT * SCREEN_WIDTH
ld a, $0

View File

@@ -40,7 +40,7 @@ NewGame_ClearTilemapEtc:
xor a
ldh [hMapAnims], a
call ClearTilemap
call LoadFontsExtra
call LoadFrame
call LoadStandardFont
call ClearWindowData
ret
@@ -402,7 +402,7 @@ DisplayNormalContinueData:
call Continue_LoadMenuHeader
call Continue_DisplayBadgesDexPlayerName
call Continue_PrintGameTime
call LoadFontsExtra
call LoadFrame
call UpdateSprites
ret
@@ -644,7 +644,7 @@ NamePlayer:
call RotateThreePalettesRight
call ClearTilemap
call LoadFontsExtra
call LoadFrame
call WaitBGMap
xor a
@@ -732,7 +732,7 @@ ShrinkPlayer:
call DelayFrames
call Intro_PlacePlayerSprite
call LoadFontsExtra
call LoadFrame
ld c, 50
call DelayFrames
@@ -1107,7 +1107,7 @@ DeleteSaveData:
Copyright:
call ClearTilemap
call LoadFontsExtra
call LoadFrame
ld de, CopyrightGFX
ld hl, vTiles2 tile $60
lb bc, BANK(CopyrightGFX), 29

View File

@@ -210,7 +210,7 @@ ClearTilemapEtc:
xor a
ldh [hMapAnims], a
call ClearTilemap
call LoadFontsExtra
call LoadFrame
call LoadStandardFont
call ClearWindowData
ret

View File

@@ -820,7 +820,7 @@ LoadNamingScreenGFX:
call ClearSprites
callfar ClearSpriteAnims
call LoadStandardFont
call LoadFontsExtra
call LoadFrame
ld de, NamingScreenGFX_MiddleLine
ld hl, vTiles0 tile NAMINGSCREEN_MIDDLELINE

View File

@@ -480,7 +480,7 @@ UpdateFrame:
hlcoord 16, 15 ; where on the screen the number is drawn
add "1"
ld [hl], a
call LoadFontsExtra
call LoadFrame
and a
ret

View File

@@ -82,7 +82,7 @@ StartMenu::
push af
ld a, 1
ldh [hOAMUpdate], a
call LoadFontsExtra
call LoadFrame
pop af
ldh [hOAMUpdate], a
.ReturnEnd: