Also extern gUnknown_2027370

This commit is contained in:
Kermalis 2023-08-06 20:09:35 -04:00
parent 73b2e98b8c
commit 60b498f072
4 changed files with 8 additions and 9 deletions

View File

@ -3,6 +3,7 @@
#include "text.h"
extern EWRAM_DATA struct UnkTextStruct1 gUnknown_2027370[4];
extern EWRAM_DATA struct UnkTextStruct2 gUnknown_202AFC0[4];
extern EWRAM_DATA u16 gUnknown_202B038[4][32][32];

View File

@ -1,17 +1,16 @@
#include "global.h"
#include "text1.h"
extern void sub_8272774(u32 *r0, u32 r1);
extern void sub_8272884(u32 *r0, u32 r1);
extern u32 gUnknown_2027370; // TODO defined in text.c and join later
extern void sub_8272774(struct UnkTextStruct1 *r0, u32 r1);
extern void sub_8272884(struct UnkTextStruct1 *r0, u32 r1);
void sub_8272760(u32 r0)
{
sub_8272774(&gUnknown_2027370, r0);
sub_8272774(gUnknown_2027370, r0);
}
// TODO once sub_8272774 is decomped
//void sub_8272870(u32 r0)
//{
// sub_8272884(&gUnknown_2027370, r0);
// sub_8272884(gUnknown_2027370, r0);
//}

View File

@ -2,6 +2,7 @@
#include "constants/colors.h"
#include "constants/input.h"
#include "menu.h"
#include "text1.h"
#include "text2.h"
#include "util.h"
#include "code_800D090.h"
@ -13,7 +14,6 @@ struct unkChar
s16 unk4;
s16 unk6;
};
extern struct UnkTextStruct1 gUnknown_2027370[4];
extern u8 gUnknown_80D4828[];
extern void PlayMenuSoundEffect(u32);

View File

@ -1,10 +1,9 @@
#include "global.h"
#include "constants/input.h"
#include "input.h"
#include "text.h"
#include "text1.h"
#include "menu_input.h"
extern struct UnkTextStruct1 gUnknown_2027370[4];
extern void PlayMenuSoundEffect(u32);
void sub_801332C(u16 *);