Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize
This commit is contained in:
@@ -405,6 +405,11 @@ static const struct SpriteFrameImage sPicTable_HofMonitorSmall[] =
|
||||
{.data = sHofMonitorSmall_Gfx, .size = 0x200} // the macro breaks down here
|
||||
};
|
||||
|
||||
/*
|
||||
[0_][] <-1 24x16
|
||||
[2 ][] <-3
|
||||
^-- Origin
|
||||
*/
|
||||
static const struct Subsprite sSubsprites_PokecenterMonitor[] =
|
||||
{
|
||||
{
|
||||
@@ -443,6 +448,11 @@ static const struct Subsprite sSubsprites_PokecenterMonitor[] =
|
||||
|
||||
static const struct SubspriteTable sSubspriteTable_PokecenterMonitor = subsprite_table(sSubsprites_PokecenterMonitor);
|
||||
|
||||
/*
|
||||
[0_____][1_____] 24x16
|
||||
[2 ][3 ]
|
||||
^-- Origin
|
||||
*/
|
||||
static const struct Subsprite sSubsprites_HofMonitorBig[] =
|
||||
{
|
||||
{
|
||||
@@ -3766,7 +3776,8 @@ static const union AnimCmd *const sAnims_DeoxysRockFragment[] = {
|
||||
sAnim_RockFragment_BottomRight,
|
||||
};
|
||||
|
||||
static const struct SpriteTemplate sSpriteTemplate_DeoxysRockFragment = {
|
||||
static const struct SpriteTemplate sSpriteTemplate_DeoxysRockFragment =
|
||||
{
|
||||
.tileTag = TAG_NONE,
|
||||
.paletteTag = 4378,
|
||||
.oam = &sOam_8x8,
|
||||
|
||||
Reference in New Issue
Block a user