diff options
| author | Roman971 <32455037+Roman971@users.noreply.github.com> | 2020-10-13 18:32:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-13 12:32:19 -0400 |
| commit | d02153707ef8700b69cc9da79dae3abcbaedc67e (patch) | |
| tree | 4d4b58c9c842490c803ec4d0b37d3887acf9f176 /src/code/code_80097A00.c | |
| parent | 57db7ba526f2d7d59c53ac187778f07c84e6759d (diff) | |
A few minor fixes/cleanups (#449)
Diffstat (limited to 'src/code/code_80097A00.c')
| -rw-r--r-- | src/code/code_80097A00.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/code_80097A00.c b/src/code/code_80097A00.c index 457fe72ce..3c8d87082 100644 --- a/src/code/code_80097A00.c +++ b/src/code/code_80097A00.c @@ -30,8 +30,8 @@ u16 gUpgradeCapacities[][4] = { { 0, 20, 30, 40 }, // Deku Nut Upgrades }; -u32 D_8012723C[] = { 0x000000FF, 0x0000FF00, 0x00FF0000, 0xFF000000 }; // Unused -u32 D_8012724C[] = { 0, 8, 16, 24 }; // Unused +u32 D_8012723C[] = { 0x000000FF, 0x0000FF00, 0x00FF0000, 0xFF000000 }; +u32 D_8012724C[] = { 0, 8, 16, 24 }; // TODO: use symbols for these icon textures once textures are properly in C u32 gItemIcons[] = { |
