mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-22 06:45:31 +00:00
remove unused EnGo callbacks
- `callback1_80A3ED24` is `NpcGetTextIdFunc` - `callback2_80A3ED24` is `NpcUpdateTalkStateFunc`
This commit is contained in:
parent
40203d0143
commit
60b8664f78
1 changed files with 0 additions and 2 deletions
|
@ -7,8 +7,6 @@
|
|||
struct EnGo;
|
||||
|
||||
typedef void (*EnGoActionFunc)(struct EnGo*, PlayState*);
|
||||
typedef u16 (*callback1_80A3ED24)(PlayState*, struct EnGo*);
|
||||
typedef s16 (*callback2_80A3ED24)(PlayState*, struct EnGo*);
|
||||
|
||||
typedef enum GoronLimb {
|
||||
/* 0 */ GORON_LIMB_NONE, // skeleton itself
|
||||
|
|
Loading…
Add table
Reference in a new issue