mirror of
https://github.com/pret/pokediamond.git
synced 2026-09-11 02:26:32 -05:00
remaining functions
This commit is contained in:
@@ -21,7 +21,6 @@ Static arm9
|
||||
Object overlay_manager.o
|
||||
Object filesystem.o
|
||||
Object gf_gfx_loader.o
|
||||
Object unk_02006D98_c.o
|
||||
Object unk_02006D98.o
|
||||
Object unk_02008AA4.o
|
||||
Object unk_02008DEC.o
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -8999,9 +8999,3 @@
|
||||
.extern wcschr
|
||||
.extern wcscpy
|
||||
.extern wmemchr
|
||||
.extern UNK_020ECBD0
|
||||
.extern UNK_020ECC10
|
||||
.extern UNK_020ECC78
|
||||
.extern UNK_020ECCE2
|
||||
.extern UNK_020ECDCC
|
||||
.extern UNK_02105AE8
|
||||
|
||||
@@ -220,5 +220,7 @@ void NNS_G2dApplyAndResetOamManagerBuffer(NNSG2dOamManager *oamManager);
|
||||
u32 NNS_G2dEntryOamManagerOamWithAffineIdx(
|
||||
NNSG2dOamManager *oamManager, u32 param1, u32 param2);
|
||||
u32 NNS_G2dEntryOamManagerAffine(NNSG2dOamManager *oamManager, u32 param1);
|
||||
void NNS_G2dInitImageProxy(NNSG2dImageProxy *);
|
||||
void NNS_G2dInitImagePaletteProxy(NNSG2dImagePaletteProxy *);
|
||||
|
||||
#endif //NNSYS_NNS_G2D_H
|
||||
|
||||
@@ -23,8 +23,10 @@ typedef struct UnkStruct63_021DB450 //intro base struct type
|
||||
|
||||
typedef struct UnkStruct63_021DB49C
|
||||
{
|
||||
u32 field_00;
|
||||
u32 field_04;
|
||||
u16 field_00;
|
||||
u16 field_02;
|
||||
u16 field_04;
|
||||
u16 field_06;
|
||||
u32 field_08;
|
||||
u32 field_0C;
|
||||
} UnkStruct63_021DB49C;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user