mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-09 08:20:17 +00:00
GetItem_Draw: giDrawId and comment GID_ values (#2556)
* rename GetItem_Draw's arg drawId -> giDrawId * comment GID_ enum values on sDrawItemTable * drawId -> giDrawId in GetItem_DrawXxx
This commit is contained in:
parent
fd5fbe138d
commit
186dfb4aa9
2 changed files with 238 additions and 238 deletions
|
@ -5,6 +5,6 @@
|
|||
|
||||
struct PlayState;
|
||||
|
||||
void GetItem_Draw(struct PlayState* play, s16 drawId);
|
||||
void GetItem_Draw(struct PlayState* play, s16 giDrawId);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue