Matched REL/w04/main + bridge + boo_event
This commit is contained in:
parent
019ac65f49
commit
1e255d3ea4
9 changed files with 2169 additions and 171 deletions
40
include/REL/w04Dll.h
Executable file
40
include/REL/w04Dll.h
Executable file
|
|
@ -0,0 +1,40 @@
|
|||
#ifndef REL_W04_H
|
||||
#define REL_W04_H
|
||||
|
||||
#include "game/process.h"
|
||||
#include "game/board/map_object.h"
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
enum {
|
||||
MAPOBJ_MAX = 16
|
||||
};
|
||||
|
||||
extern s32 fn_1_1130(s16 arg0, float arg1, float arg2);
|
||||
|
||||
extern void fn_1_12FC(void);
|
||||
extern void fn_1_15C8(void);
|
||||
extern void fn_1_1618(void);
|
||||
|
||||
extern void fn_1_2058(void);
|
||||
extern void fn_1_55B4(void);
|
||||
|
||||
extern void fn_1_6024(void);
|
||||
extern void fn_1_9EBC(void);
|
||||
|
||||
extern void fn_1_A0F8(void);
|
||||
extern void fn_1_A1F0(void);
|
||||
extern void fn_1_BA7C(void);
|
||||
extern void fn_1_BB00(s16 *arg0);
|
||||
extern void fn_1_C2BC(void);
|
||||
|
||||
extern void fn_1_C7A0(void);
|
||||
extern void fn_1_C7D4(void);
|
||||
|
||||
extern s16 lbl_1_bss_14[MAPOBJ_MAX];
|
||||
extern BoardMapObject lbl_1_data_0[MAPOBJ_MAX];
|
||||
extern s8 *lbl_1_bss_0;
|
||||
|
||||
extern Process *lbl_1_bss_38;
|
||||
|
||||
#endif
|
||||
|
|
@ -132,5 +132,6 @@ extern float CZoom;
|
|||
extern Vec CRotM[16];
|
||||
extern Vec CenterM[16];
|
||||
extern float CZoomM[16];
|
||||
extern s16 omDBGMenuButton;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue