mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-10 08:50:23 +00:00
sgiDrawIds
-> giDrawIds
This commit is contained in:
parent
ec4d0fa5a3
commit
88474d7cb5
1 changed files with 2 additions and 2 deletions
|
@ -488,10 +488,10 @@ void EnExItem_DrawHeartPiece(EnExItem* this, GlobalContext* globalCtx) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void EnExItem_DrawMagic(EnExItem* this, GlobalContext* globalCtx, s16 magicIndex) {
|
void EnExItem_DrawMagic(EnExItem* this, GlobalContext* globalCtx, s16 magicIndex) {
|
||||||
static s16 sgiDrawIds[] = { GID_DINS_FIRE, GID_FARORES_WIND, GID_NAYRUS_LOVE };
|
static s16 giDrawIds[] = { GID_DINS_FIRE, GID_FARORES_WIND, GID_NAYRUS_LOVE };
|
||||||
|
|
||||||
func_8002ED80(&this->actor, globalCtx, 0);
|
func_8002ED80(&this->actor, globalCtx, 0);
|
||||||
GetItem_Draw(globalCtx, sgiDrawIds[magicIndex]);
|
GetItem_Draw(globalCtx, giDrawIds[magicIndex]);
|
||||||
}
|
}
|
||||||
|
|
||||||
void EnExItem_DrawKey(EnExItem* this, GlobalContext* globalCtx, s32 index) {
|
void EnExItem_DrawKey(EnExItem* this, GlobalContext* globalCtx, s32 index) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue