You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
GS_INTRO_STAR/SPARKLE -> GS_GAMEFREAK_LOGO_STAR/SPARKLE
These two sprite animations are related to the Game Freak Logo splash screen, not the actual intro.
This commit is contained in:
@@ -20,8 +20,8 @@ DoAnimFrame:
|
||||
dw .GSTitleTrail
|
||||
dw .NamingScreenCursor
|
||||
dw .GameFreakLogo
|
||||
dw .GSIntroStar
|
||||
dw .GSIntroSparkle
|
||||
dw .GSGameFreakLogoStar
|
||||
dw .GSGameFreakLogoSparkle
|
||||
dw .SlotsGolem
|
||||
dw .SlotsChansey
|
||||
dw .SlotsChanseyEgg
|
||||
@@ -224,7 +224,7 @@ DoAnimFrame:
|
||||
callfar GameFreakLogoSpriteAnim
|
||||
ret
|
||||
|
||||
.GSIntroStar
|
||||
.GSGameFreakLogoStar
|
||||
ld hl, SPRITEANIMSTRUCT_VAR1
|
||||
add hl, bc
|
||||
ld a, [hl]
|
||||
@@ -274,7 +274,7 @@ DoAnimFrame:
|
||||
call DeinitializeSprite
|
||||
ret
|
||||
|
||||
.GSIntroSparkle
|
||||
.GSGameFreakLogoSparkle
|
||||
ld hl, SPRITEANIMSTRUCT_VAR1
|
||||
add hl, bc
|
||||
ld a, [hli]
|
||||
|
Reference in New Issue
Block a user