mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 21:33:40 -07:00
Fix hardcoded keySegment address
This commit is contained in:
parent
ceef4a9453
commit
ab8059ec02
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ void EnExItem_DrawMagic(EnExItem* this, GlobalContext* globalCtx, s16 magicIndex
|
||||||
}
|
}
|
||||||
|
|
||||||
void EnExItem_DrawKey(EnExItem* this, GlobalContext* globalCtx, s32 index) {
|
void EnExItem_DrawKey(EnExItem* this, GlobalContext* globalCtx, s32 index) {
|
||||||
static s32 keySegments[] = { 0x0403F140 };
|
static void* keySegments[] = { gDropKeySmallTex };
|
||||||
|
|
||||||
OPEN_DISPS(globalCtx->state.gfxCtx, "../z_en_ex_item.c", 880);
|
OPEN_DISPS(globalCtx->state.gfxCtx, "../z_en_ex_item.c", 880);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue