summaryrefslogtreecommitdiff
path: root/src/code_8006E9C0.c
diff options
context:
space:
mode:
authorcoco875 <59367621+coco875@users.noreply.github.com>2024-01-17 03:07:37 +0100
committerGitHub <noreply@github.com>2024-01-16 19:07:37 -0700
commiteb69ec24932b39ea4d5e3d6bbb199b64c326a5bf (patch)
tree914c7374c2ee34eb7eae76ef5eb90feed266459f /src/code_8006E9C0.c
parent6114540359deca412959f01d8f651abec0bf9eb9 (diff)
rename some texture (#530)
* rename some texture * format common_texture
Diffstat (limited to 'src/code_8006E9C0.c')
-rw-r--r--src/code_8006E9C0.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/code_8006E9C0.c b/src/code_8006E9C0.c
index 73d24e70e..e33513231 100644
--- a/src/code_8006E9C0.c
+++ b/src/code_8006E9C0.c
@@ -150,10 +150,10 @@ void init_item_window(s32 objectIndex) {
temp_v0 = &gObjectList[objectIndex];
temp_v0->currentItem = ITEM_NONE;
temp_v0->itemDisplay = temp_v0->currentItem;
- temp_v0->tlutList = (s32 *) gTLUTItemWindowNone;
- temp_v0->activeTLUT = (s32 *) gTLUTItemWindowNone;
- temp_v0->textureList = gTextureItemWindowNone;
- temp_v0->activeTexture = gTextureItemWindowNone;
+ temp_v0->tlutList = (s32 *) common_tlut_item_window_none;
+ temp_v0->activeTLUT = (s32 *) common_tlut_item_window_none;
+ temp_v0->textureList = common_texture_item_window_none;
+ temp_v0->activeTexture = common_texture_item_window_none;
temp_v0->unk_04C = -1;
temp_v0->unk_09C = 0x00A0; // Screen X position
temp_v0->unk_09E = -0x0020; // Screen Y position