mirror of
https://github.com/zeldaret/tmc
synced 2026-05-25 23:35:29 -04:00
14 lines
544 B
C
14 lines
544 B
C
#include "global.h"
|
|
#include "structures.h"
|
|
#include "functions.h"
|
|
#include "script.h"
|
|
#include "entity.h"
|
|
#include "save.h"
|
|
|
|
// these three functions use gRoomControls, maybe once that is understood better, these can be decompiled easier
|
|
ASM_FUNC("asm/non_matching/code_0807CC3C/sub_0807D280.inc", void sub_0807D280(u32 unk_1, u32 unk_2))
|
|
|
|
ASM_FUNC("asm/non_matching/code_0807CC3C/sub_0807D46C.inc", void sub_0807D46C(u32 unk_1, u32 unk_2))
|
|
|
|
ASM_FUNC("asm/non_matching/code_0807CC3C/sub_0807D6D8.inc", void sub_0807D6D8(u32 unk_1, u32 unk_2))
|