mirror of https://github.com/zeldaret/tmc.git
matched sub_0807DAC4
This commit is contained in:
parent
7dffe8147d
commit
be9c1b4131
|
|
@ -1549,11 +1549,3 @@ _0807DAC0:
|
|||
_0807DAC2:
|
||||
pop {pc}
|
||||
|
||||
thumb_func_start sub_0807DAC4
|
||||
sub_0807DAC4: @ 0x0807DAC4
|
||||
push {lr}
|
||||
movs r1, #0x24
|
||||
bl _DmaZero
|
||||
pop {pc}
|
||||
.align 2, 0
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ extern ScriptExecutionContext gUnk_02022750;
|
|||
|
||||
extern void CreateSpeechBubbleExclamationMark(Entity*, u32, u32);
|
||||
extern void CreateSpeechBubbleQuestionMark(Entity*, u32, u32);
|
||||
extern void sub_0807DAC4(ScriptExecutionContext*);
|
||||
extern void DeleteThisEntity(void);
|
||||
extern void sub_0801C4A0(u32);
|
||||
extern void sub_0807DB98(Entity*, ScriptExecutionContext*);
|
||||
|
|
@ -21,6 +20,10 @@ void sub_0807DB88(ScriptExecutionContext* context, u32 unk1);
|
|||
void sub_0807DAF0(Entity* entity, ScriptExecutionContext* context, u32 unk1);
|
||||
extern u32* sub_0807DAA0();
|
||||
|
||||
void sub_0807DAC4(ScriptExecutionContext* context) {
|
||||
_DmaZero(context, 0x24);
|
||||
}
|
||||
|
||||
u32* StartCutscene(Entity* param_1, u8* param_2) {
|
||||
ScriptExecutionContext* puVar1;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue