1
0
Fork 0
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:
Dragorn421 2025-05-31 10:41:58 +02:00 committed by GitHub
parent fd5fbe138d
commit 186dfb4aa9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 238 additions and 238 deletions

View file

@ -5,6 +5,6 @@
struct PlayState;
void GetItem_Draw(struct PlayState* play, s16 drawId);
void GetItem_Draw(struct PlayState* play, s16 giDrawId);
#endif