mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-22 15:08:24 -05:00
Also extern gUnknown_2027370
This commit is contained in:
parent
73b2e98b8c
commit
60b498f072
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
//}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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 *);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user