mirror of
https://github.com/zeldaret/tmc
synced 2026-08-30 17:29:40 -04:00
rename files
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
#include "global.h"
|
||||
#include "entity.h"
|
||||
#include "area.h"
|
||||
#include "main.h"
|
||||
#include "utils.h"
|
||||
#include "screen.h"
|
||||
#include "object.h"
|
||||
#include "functions.h"
|
||||
|
||||
typedef struct {
|
||||
u8 filler[18];
|
||||
u32 unk;
|
||||
} struct_02018EB0;
|
||||
|
||||
extern void (*const gUnk_080D4120[])();
|
||||
extern void (*const gUnk_080D412C[])();
|
||||
|
||||
extern struct_02018EB0 gUnk_02018EB0;
|
||||
|
||||
u32 sub_0804AA84(void) {
|
||||
if (gArea.playShrinkSeq) {
|
||||
gMain.transition = 4;
|
||||
gArea.filler[8] = 0;
|
||||
gArea.filler[9] = 0;
|
||||
*(u16*)&gArea.filler[10] = 0;
|
||||
SetInitializationPriority();
|
||||
return 1;
|
||||
} else {
|
||||
gArea.filler[18] = gArea.playShrinkSeq;
|
||||
*(vu8*)&gArea.playShrinkSeq = gArea.playShrinkSeq;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
void sub_0804AAB8(void) {
|
||||
gUnk_080D4120[gArea.filler[8]]();
|
||||
}
|
||||
|
||||
void sub_0804AAD4(void) {
|
||||
MemClear(&gUnk_02018EB0, 0x28);
|
||||
gUnk_02018EB0.unk = 0;
|
||||
EraseAllEntities();
|
||||
CreateObject(OBJECT_3D, gArea.curPortalType, 0);
|
||||
gArea.filler[8]++;
|
||||
}
|
||||
|
||||
void sub_0804AB04(void) {
|
||||
UpdateEntities();
|
||||
if (gArea.field_0x10 != 0) {
|
||||
FlushSprites();
|
||||
sub_080AD9B0();
|
||||
sub_080AD918();
|
||||
}
|
||||
}
|
||||
|
||||
void sub_0804AB24(void) {
|
||||
if (!gFadeControl.active) {
|
||||
gScreen.lcd.displayControl = 0;
|
||||
sub_0801E104();
|
||||
gArea.filler[8] = 0;
|
||||
MenuFadeIn(6, 0);
|
||||
gFadeControl.active = 0;
|
||||
}
|
||||
}
|
||||
|
||||
void sub_0804AB54(void) {
|
||||
gUnk_080D412C[gArea.filler[8]]();
|
||||
}
|
||||
Reference in New Issue
Block a user