mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
commit
83336585e2
Before Width: | Height: | Size: 231 B After Width: | Height: | Size: 231 B |
@ -489,7 +489,7 @@ $(ROULETTEGFXDIR)/poke_icons2.4bpp: $(ROULETTEGFXDIR)/wynaut.4bpp \
|
|||||||
$(ROULETTEGFXDIR)/makuhita.4bpp
|
$(ROULETTEGFXDIR)/makuhita.4bpp
|
||||||
@cat $^ >$@
|
@cat $^ >$@
|
||||||
|
|
||||||
$(BATTRANSGFXDIR)/85BBC14.4bpp: %.4bpp: %.png
|
$(BATTRANSGFXDIR)/regis.4bpp: %.4bpp: %.png
|
||||||
$(GFX) $< $@ -num_tiles 53
|
$(GFX) $< $@ -num_tiles 53
|
||||||
|
|
||||||
$(BATTRANSGFXDIR)/rayquaza.4bpp: %.4bpp: %.png
|
$(BATTRANSGFXDIR)/rayquaza.4bpp: %.4bpp: %.png
|
||||||
|
@ -7,7 +7,7 @@ void BattleTransition_Start(u8 transitionId);
|
|||||||
bool8 IsBattleTransitionDone(void);
|
bool8 IsBattleTransitionDone(void);
|
||||||
bool8 FldEff_Pokeball(void);
|
bool8 FldEff_Pokeball(void);
|
||||||
void TransitionPhase1_Task_RunFuncs(u8 taskId);
|
void TransitionPhase1_Task_RunFuncs(u8 taskId);
|
||||||
void sub_8149F58(u16 **a0, u16 **a1);
|
void GetBg0TilesDst(u16 **tilemap, u16 **tileset);
|
||||||
|
|
||||||
extern const struct SpritePalette gFieldEffectObjectPaletteInfo10;
|
extern const struct SpritePalette gFieldEffectObjectPaletteInfo10;
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -187,7 +187,7 @@ static void sub_81DA700(void)
|
|||||||
{
|
{
|
||||||
u16 *dst1, *dst2;
|
u16 *dst1, *dst2;
|
||||||
|
|
||||||
sub_8149F58(&dst1, &dst2);
|
GetBg0TilesDst(&dst1, &dst2);
|
||||||
LZ77UnCompVram(gUnknown_0862AD54, dst2);
|
LZ77UnCompVram(gUnknown_0862AD54, dst2);
|
||||||
LZ77UnCompVram(gUnknown_0862AF30, dst1);
|
LZ77UnCompVram(gUnknown_0862AF30, dst1);
|
||||||
LoadPalette(gUnknown_0862B53C, 0xF0, 0x20);
|
LoadPalette(gUnknown_0862B53C, 0xF0, 0x20);
|
||||||
|
Loading…
Reference in New Issue
Block a user