mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-05-23 06:54:33 -04:00
Add export to get bowstring transform ID
This commit is contained in:
@@ -185,3 +185,6 @@ RECOMP_PATCH void Player_DrawGameplay(PlayState* play, Player* this, s32 lod, Gf
|
||||
CLOSE_DISPS(play->state.gfxCtx);
|
||||
}
|
||||
|
||||
RECOMP_EXPORT u32 z64recomp_get_bowstring_transform_id() {
|
||||
return BOWSTRING_TRANSFORM_ID;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user