rename files, sort asm into subdirectories

This commit is contained in:
theo3
2021-12-28 13:53:53 -08:00
parent 0f65f8fd50
commit 3fd900f1bc
313 changed files with 346 additions and 405 deletions
+23
View File
@@ -0,0 +1,23 @@
#include "global.h"
#include "utils.h"
#include "functions.h"
typedef struct {
u16 unk0;
u16 filler2[32];
u16 unk66;
} struct_0300110C;
extern struct_0300110C gUnk_0300110C;
void sub_080300AC(void) {
MemClear(&gUnk_0300110C.unk0, 0x44);
gUnk_0300110C.unk66 = 0xff;
}
void sub_080300C4(void) {
if (gScreenTransition.field_0xae == 0xff) {
gScreenTransition.field_0xac = 0;
MemClear(gScreenTransition.field_0x6c, sizeof gScreenTransition.field_0x6c);
}
}