Added minimap icons for other players in Anchor (#6372)

Icon size for other players reduced by 25%
This commit is contained in:
Sean Latham
2026-03-23 02:34:06 +01:00
committed by GitHub
parent ef042be5ea
commit 5f0c0c8e2f
9 changed files with 186 additions and 0 deletions
+5
View File
@@ -7,6 +7,7 @@
#include <assert.h>
#include "soh/OTRGlobals.h"
#include "soh/Enhancements/cosmetics/cosmeticsTypes.h"
#include "soh/Enhancements/game-interactor/GameInteractor_Hooks.h"
MapData* gMapData;
@@ -761,6 +762,10 @@ void Minimap_DrawCompassIcons(PlayState* play) {
}
CLOSE_DISPS(play->state.gfxCtx);
if (play->interfaceCtx.minimapAlpha >= 0xAA) {
GameInteractor_ExecuteOnMinimapDrawCompassIcons();
}
}
void Minimap_Draw(PlayState* play) {