mirror of
https://github.com/zeldaret/tmc
synced 2026-08-20 06:06:54 -04:00
Split item files
This commit is contained in:
+2
-1
@@ -25,7 +25,8 @@ void sub_08077B98(UnkItemStruct* unk) {
|
||||
}
|
||||
}
|
||||
|
||||
void sub_08077BB8(UnkItemStruct* unk) {
|
||||
void sub_08077BB8(ItemBehavior* beh) {
|
||||
UnkItemStruct* unk = (UnkItemStruct*)beh; // @nocheckin
|
||||
u8* temp = sub_08077C54(unk);
|
||||
if (temp != NULL) {
|
||||
temp[0x10] = 0x20;
|
||||
|
||||
Reference in New Issue
Block a user