mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
Add export to get bowstring transform ID
This commit is contained in:
parent
24033eaca0
commit
1c76c2974e
1 changed files with 3 additions and 0 deletions
|
|
@ -185,3 +185,6 @@ RECOMP_PATCH void Player_DrawGameplay(PlayState* play, Player* this, s32 lod, Gf
|
||||||
CLOSE_DISPS(play->state.gfxCtx);
|
CLOSE_DISPS(play->state.gfxCtx);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RECOMP_EXPORT u32 z64recomp_get_bowstring_transform_id() {
|
||||||
|
return BOWSTRING_TRANSFORM_ID;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue