core2/ .b.bscore2 define bss addresses in splat
This commit is contained in:
@@ -18,9 +18,9 @@ extern Gfx D_803688E8[] = {
|
||||
}; //_gcBoundDisplayList
|
||||
|
||||
/* .bss */
|
||||
extern u8 _gcbound_red; //D_80380900
|
||||
extern u8 _gcbound_green; //D_80380901
|
||||
extern u8 _gcbound_blue; //D_80380902
|
||||
u8 _gcbound_red; //D_80380900
|
||||
u8 _gcbound_green; //D_80380901
|
||||
u8 _gcbound_blue; //D_80380902
|
||||
|
||||
/* .code */
|
||||
void _gcbound_draw(Gfx** dl, s32 a, s32 r, s32 g, s32 b){
|
||||
|
@@ -37,8 +37,8 @@ extern const char D_8036C618[] = "";
|
||||
extern int D_8036C620;
|
||||
|
||||
|
||||
|
||||
extern struct{
|
||||
/* .bss */
|
||||
struct{
|
||||
u32 unk0_31:8; //menu state
|
||||
u32 unk0_23:8;
|
||||
u32 unk0_15:8; //menu page
|
||||
@@ -83,9 +83,9 @@ extern struct{
|
||||
u32 unk70_29:1;
|
||||
u32 pad70_28:29;
|
||||
}D_80383010;
|
||||
char D_80383088[0x18];
|
||||
|
||||
extern char D_80383088[];
|
||||
|
||||
/* public */
|
||||
void func_803129DC(s32,s32);
|
||||
void func_803184C8(gczoombox_t *, f32, s32, s32, f32, s32, s32);
|
||||
void func_80318640(gczoombox_t *, s32, f32, f32, s32);
|
||||
|
@@ -9,6 +9,16 @@ void func_8025AC20(s32, s32, s32, f32, char*, s32);
|
||||
f32 func_80257618(void);
|
||||
void func_8024CE60(f32, f32);
|
||||
|
||||
|
||||
/* .data */
|
||||
extern struct9s D_8036C150[0x16];
|
||||
extern struct9s D_8036C308[0xC];
|
||||
extern struct10s D_8036C3F8[0x18];
|
||||
extern f32 D_8036C440;
|
||||
extern f32 D_8036C444;
|
||||
|
||||
|
||||
/* .bss */
|
||||
struct{
|
||||
s32 unk0; //times drawn?
|
||||
struct9s *unk4;
|
||||
@@ -21,12 +31,7 @@ struct{
|
||||
s32 unk1C; //times update called?
|
||||
} D_80382430;
|
||||
|
||||
extern struct9s D_8036C150[0x16];
|
||||
extern struct9s D_8036C308[0xC];
|
||||
extern struct10s D_8036C3F8[0x18];
|
||||
extern f32 D_8036C440;
|
||||
extern f32 D_8036C444;
|
||||
|
||||
/* .code */
|
||||
struct9s *_gctranstion_8030B400(s32 arg0){
|
||||
struct9s * i;
|
||||
for(i = D_8036C150; i->uid != 0; i++){
|
||||
|
@@ -423,7 +423,7 @@ gczoomboxPortraitInfo D_8036C6C0[] = {
|
||||
s32 D_8036D924[] = { 70, 35, 18, 9, 4, 2, 1};
|
||||
|
||||
/* .bss */
|
||||
extern u8 D_803830B0[];
|
||||
char D_803830B0[0x30];
|
||||
|
||||
void func_8030DA44(u8);
|
||||
void func_80338338(s32, s32, s32);
|
||||
|
Reference in New Issue
Block a user