sub_808EAB0

This commit is contained in:
scnorton
2017-09-08 18:12:27 -04:00
parent a17a1bb27a
commit b639ca3b15
3 changed files with 6 additions and 13 deletions
+6
View File
@@ -46,6 +46,7 @@ static void SetPlayerAvatarFieldObjectIdAndObjectId(u8, u8);
/*static*/ void sub_808E38C(struct MapObject *);
static u8 sub_808E8F4(const struct SpritePalette *);
static u8 FindFieldObjectPaletteIndexByTag(u16);
static void sub_808EAB0(u16, u8);
// ROM data
@@ -1211,3 +1212,8 @@ void npc_load_two_palettes__and_record(u16 tag, u8 slot)
}
}
}
static void sub_808EAB0(u16 tag, u8 slot)
{
pal_patch_for_npc(tag, slot);
}