diff --git a/assets/textures/icon_item_24_static/icon_item_24_static.h b/assets/textures/icon_item_24_static/icon_item_24_static.h index dbfa9c40e0..2b9a1bc88b 100644 --- a/assets/textures/icon_item_24_static/icon_item_24_static.h +++ b/assets/textures/icon_item_24_static/icon_item_24_static.h @@ -3,7 +3,7 @@ #include "ultra64.h" #include "tex_len.h" -#include "z64interface.h" +#include "interface.h" extern u64 gQuestIconMedallionForestTex[TEX_LEN(u64, QUEST_ICON_WIDTH, QUEST_ICON_HEIGHT, 32)]; extern u64 gQuestIconMedallionFireTex[TEX_LEN(u64, QUEST_ICON_WIDTH, QUEST_ICON_HEIGHT, 32)]; diff --git a/assets/textures/item_name_static/item_name_static.h b/assets/textures/item_name_static/item_name_static.h index 7a4c6cf7b7..22806a4670 100644 --- a/assets/textures/item_name_static/item_name_static.h +++ b/assets/textures/item_name_static/item_name_static.h @@ -4,7 +4,7 @@ #include "ultra64.h" #include "tex_len.h" #include "versions.h" -#include "z64item.h" +#include "item.h" #if OOT_NTSC