mirror of
https://github.com/zeldaret/tmc
synced 2026-06-26 18:32:11 -04:00
Revert "Merge pull request #9 from gamestabled/malon"
This reverts commit0c54eb2b4c, reversing changes made toc312b101da.
This commit is contained in:
+1
-21
@@ -1,29 +1,9 @@
|
||||
|
||||
#ifndef FUNCTIONS_H
|
||||
#define FUNCTIONS_H
|
||||
|
||||
#include "global.h"
|
||||
#include "entity.h"
|
||||
|
||||
|
||||
void LoadAnimation(Entity*, u32);
|
||||
void sub_080042B8(Entity*);
|
||||
u32 sub_080045C4(Entity*, Entity*);
|
||||
u32 sub_0801E99C(Entity*);
|
||||
void sub_0805E3A0(Entity*, u32);
|
||||
Entity* sub_0805EB00(u32, u32, u32);
|
||||
void sub_0806ED78(Entity*);
|
||||
void sub_0806F118(Entity*);
|
||||
u32 UpdateFuseInteraction(void);
|
||||
void ShowNPCDialogue(Entity*, u64*);
|
||||
u32 sub_0806F5A4(u32);
|
||||
void PositionRelative(Entity*, Entity*, s32, s32);
|
||||
void sub_08078778(Entity*);
|
||||
void sub_08078784(Entity*, u32);
|
||||
void sub_080787A8(Entity*, u32);
|
||||
void sub_080791D0(void);
|
||||
void sub_0807DD50(Entity*);
|
||||
void sub_0807DD94(Entity*, u32);
|
||||
|
||||
//Identified
|
||||
extern u32 Random(void);
|
||||
extern void PlaySFX(u32);
|
||||
|
||||
Reference in New Issue
Block a user