mirror of
https://github.com/pret/pokestadium.git
synced 2026-09-11 04:45:33 -05:00
261F90
This commit is contained in:
@@ -44,6 +44,11 @@ typedef struct Vec3s {
|
||||
/* 0x4 */ s16 z;
|
||||
} Vec3s; // size = 0x6
|
||||
|
||||
typedef struct Vec2s {
|
||||
/* 0x0 */ s16 x;
|
||||
/* 0x2 */ s16 y;
|
||||
} Vec2s; // size = 0x4
|
||||
|
||||
typedef union Vec2s_s32 {
|
||||
struct {
|
||||
/* 0x0 */ s16 x;
|
||||
|
||||
@@ -61,10 +61,15 @@ typedef struct unk_D_8140E720 {
|
||||
/* 0xD0 */ s8 unk_D0;
|
||||
} unk_D_8140E720; // size = 0xD4
|
||||
|
||||
typedef struct arg1_func_8140213C {
|
||||
/* 0x00 */ char unk00[0x64];
|
||||
/* 0x64 */ MtxF unk_64;
|
||||
} arg1_func_8140213C; // size >= 0xA4
|
||||
|
||||
extern Gfx D_8140DAE0[];
|
||||
extern Gfx D_8140DB30[];
|
||||
|
||||
extern void* D_8140E620;
|
||||
extern MtxF* D_8140E620;
|
||||
extern s32 D_8140E624;
|
||||
extern Vec3f D_8140E628;
|
||||
|
||||
@@ -77,6 +82,7 @@ void func_81400930(Vec3f*, Vec3f*);
|
||||
void func_8140094C(Vec3s*, Vec3s*);
|
||||
u32 func_81400A78(s32);
|
||||
s32 func_81400B00(s32);
|
||||
|
||||
void func_81406204(Gfx*, s32, s32, s32, s32);
|
||||
void func_81406288(Gfx*, s32, s32, s32, s32);
|
||||
void func_81407B04(unk_D_8140E720*);
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
||||
#include "global.h"
|
||||
#include "fragment34.h"
|
||||
|
||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/fragments/34/fragment34_264380/func_81402410.s")
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "global.h"
|
||||
#include "fragment34.h"
|
||||
#include "src/12D80.h"
|
||||
|
||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/fragments/34/fragment34_269820/func_814078B0.s")
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "global.h"
|
||||
#include "fragment34.h"
|
||||
|
||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/fragments/34/fragment34_26E540/func_8140C5D0.s")
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "global.h"
|
||||
#include "fragment34.h"
|
||||
|
||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/fragments/34/fragment34_26E6D0/func_8140C760.s")
|
||||
|
||||
|
||||
@@ -1422,7 +1422,8 @@
|
||||
- [0x26F9C0, data, fragments/34/fragment34_data]
|
||||
- [0x270570, rodata, fragments/34/fragment34_rodata]
|
||||
|
||||
- {vram: 0x8140E620, type: bss, name: fragments/34/fragment34_bss}
|
||||
- {vram: 0x8140E620, type: bss, name: fragments/34/fragment34_261F90}
|
||||
- {vram: 0x8140E720, type: bss, name: fragments/34/fragment34_269820}
|
||||
|
||||
- name: fragment34_relocs
|
||||
type: code
|
||||
|
||||
Reference in New Issue
Block a user