Skip to content

Commit

Permalink
Fix order of gQuestItems
Browse files Browse the repository at this point in the history
  • Loading branch information
louist103 committed Apr 18, 2024
1 parent a168645 commit 97a8883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mm/assets/xml/archives/icon_item_24_static.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<Texture Name="gQuestIconDungeonMapTex" OutName="dungeon_map_icon" Format="rgba32" Width="24" Height="24" Offset="0x4800" />
<!-- Identical to gQuestIconGoldSkulltulaTex -->
<Texture Name="gQuestIconGoldSkulltula2Tex" OutName="gold_skulltula_2_icon" Format="rgba32" Width="24" Height="24" Offset="0x5100" />
<Texture Name="gQuestIconSmallMagicJarTex" OutName="small_magic_jar_icon" Format="rgba32" Width="24" Height="24" Offset="0x6300" />
<Texture Name="gQuestIconSmallKeyTex" OutName="small_key_icon" Format="rgba32" Width="24" Height="24" Offset="0x5A00" />
<Texture Name="gQuestIconSmallMagicJarTex" OutName="small_magic_jar_icon" Format="rgba32" Width="24" Height="24" Offset="0x6300" />
<Texture Name="gQuestIconBigMagicJarTex" OutName="big_magic_jar_icon" Format="rgba32" Width="24" Height="24" Offset="0x6C00" />
<Texture Name="gQuestIconLinkHumanFaceTex" OutName="link_human_face_icon" Format="rgba16" Width="16" Height="16" Offset="0x7500"/>
</File>
Expand Down
2 changes: 1 addition & 1 deletion mm/src/code/z_message.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ const char* gQuestIcons[] = {
gQuestIconCompassTex,
gQuestIconDungeonMapTex,
gQuestIconGoldSkulltula2Tex,
gQuestIconSmallMagicJarTex,
gQuestIconSmallKeyTex,
gQuestIconSmallMagicJarTex,
gQuestIconBigMagicJarTex,
gQuestIconLinkHumanFaceTex,
};
Expand Down

0 comments on commit 97a8883

Please sign in to comment.