mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-15 12:24:39 +00:00
Improve PHYSICAL/VIRTUAL macros and match Interface_LoadActionLabel (#371)
This commit is contained in:
parent
b4ac94a8fd
commit
b8da64ee01
12 changed files with 22 additions and 133 deletions
|
@ -509,7 +509,7 @@ void func_800907E4(GlobalContext* globalCtx, Player* player, Vec3f* arg2, s32 ar
|
|||
|
||||
sp4C = (player->exchangeItemId != 0) ? 6.0f : 14.0f;
|
||||
OPEN_DISPS(globalCtx->state.gfxCtx, "../z_player_lib.c", 0x961);
|
||||
gSegments[6] = PHYSICAL_TO_VIRTUAL(player->getItemModel);
|
||||
gSegments[6] = VIRTUAL_TO_PHYSICAL(player->getItemModel);
|
||||
|
||||
gSPSegment(oGfxCtx->polyOpa.p++, 0x06, player->getItemModel);
|
||||
gSPSegment(oGfxCtx->polyXlu.p++, 0x06, player->getItemModel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue