mirror of
https://github.com/zeldaret/tmc
synced 2026-09-07 11:21:35 -04:00
10 lines
210 B
C
10 lines
210 B
C
#include "item.h"
|
|
|
|
extern Entity* sub_08077BD4(ItemBehavior*);
|
|
extern void sub_08077E78(ItemBehavior*, u32);
|
|
|
|
void ItemDebug(ItemBehavior* beh, u32 arg1) {
|
|
sub_08077BD4(beh);
|
|
sub_08077E78(beh, arg1);
|
|
}
|