From dd0da2484f0c7593157e7c2c28444e068dff7586 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 19 Dec 2019 10:23:05 -0500 Subject: Match FireRed Rev1 --- src/intro.c | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'src/intro.c') diff --git a/src/intro.c b/src/intro.c index 8757db81d..cee1c8fec 100644 --- a/src/intro.c +++ b/src/intro.c @@ -1599,31 +1599,12 @@ static struct Sprite * sub_80EDF68(void) } #if REVISION >= 1 -static const struct OamData sOamData_840BD64 = { - .affineMode = ST_OAM_AFFINE_OFF, - .objMode = ST_OAM_OBJ_BLEND, - .mosaic = FALSE, - .bpp = ST_OAM_4BPP, - .shape = SPRITE_SHAPE(8x32), - .size = SPRITE_SIZE(8x32), - .priority = 3 -}; - -static const struct SpriteTemplate sSprTemplate_rev1_840BD6C = { - .tileTag = 4, - .paletteTag = 3, - .oam = &sOamData_840BD64, - .anims = gDummySpriteAnimTable, - .affineAnims = gDummySpriteAffineAnimTable, - .callback = SpriteCallbackDummy -}; - static void sub_rev1_80EDFAC(void) { int i; for (i = 0; i < 2; i++) { - gSprites[CreateSprite(&sSprTemplate_rev1_840BD6C, 0x68 + 32 * i, 0x6c, 5)].oam.tileNum += i * 4; + gSprites[CreateSprite(&gUnknown_840BCFC, 0x68 + 32 * i, 0x6c, 5)].oam.tileNum += i * 4; } } #endif -- cgit v1.2.3