mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-11-24 21:59:54 +00:00
Document overlay_94 struct
This commit is contained in:
parent
36abb604ed
commit
d50785184c
@ -182,13 +182,13 @@ sub_020659CC: ; 0x020659CC
|
||||
mov r1, #0
|
||||
add r0, r4, #0
|
||||
strb r1, [r6]
|
||||
add r0, #0xe8 ; ->followMon.unk4
|
||||
add r0, #0xe8 ; ->followMon.effectTimer
|
||||
str r1, [r0]
|
||||
mov r0, #1
|
||||
lsl r0, r0, #8 ; ->followMon.unk1C
|
||||
str r1, [r4, r0]
|
||||
add r0, r4, #0
|
||||
add r0, #0xec ; ->followMon.unk8
|
||||
add r0, #0xec ; ->followMon.duration
|
||||
str r1, [r0]
|
||||
add r4, #0xf0 ; ->followMon.parentData
|
||||
add r0, r5, #0
|
||||
|
@ -436,7 +436,7 @@ _020791A6:
|
||||
str r0, [r4]
|
||||
b _020791EE
|
||||
_020791AE:
|
||||
bl ov94_021E593C
|
||||
bl PartyMenu_AnimateIconFormeChange
|
||||
cmp r0, #1
|
||||
bne _020791C2
|
||||
add r0, r5, #0
|
||||
@ -7167,7 +7167,7 @@ _0207C708: .word 0x00000C64
|
||||
sub_0207C70C: ; 0x0207C70C
|
||||
push {r4, lr}
|
||||
add r4, r0, #0
|
||||
bl ov94_021E593C
|
||||
bl PartyMenu_AnimateIconFormeChange
|
||||
cmp r0, #1
|
||||
bne _0207C722
|
||||
add r0, r4, #0
|
||||
@ -7716,7 +7716,7 @@ sub_0207CB54: ; 0x0207CB54
|
||||
mov r1, #2
|
||||
bl HandleLoadOverlay
|
||||
add r0, r4, #0
|
||||
bl ov94_021E5900
|
||||
bl PartyMenu_InitIconFormeChangeWork
|
||||
pop {r4, pc}
|
||||
.balign 4, 0
|
||||
_0207CB68: .word FS_OVERLAY_ID(OVY_94)
|
||||
|
@ -376,7 +376,7 @@ _0207F71C: .word 0x00000C64
|
||||
sub_0207F720: ; 0x0207F720
|
||||
push {r4, lr}
|
||||
add r4, r0, #0
|
||||
bl ov94_021E593C
|
||||
bl PartyMenu_AnimateIconFormeChange
|
||||
cmp r0, #1
|
||||
bne _0207F736
|
||||
add r0, r4, #0
|
||||
|
@ -24295,8 +24295,8 @@ FS_EXTERN_OVERLAY(OV_101)
|
||||
.public ov93_022629B8
|
||||
.public ov93_022629E4
|
||||
.public ov93_022630D8
|
||||
.public ov94_021E5900
|
||||
.public ov94_021E593C
|
||||
.public PartyMenu_InitIconFormeChangeWork
|
||||
.public PartyMenu_AnimateIconFormeChange
|
||||
.public ov94_021E5AEC
|
||||
.public ov94_021E5B04
|
||||
.public ov94_021E5B30
|
||||
|
@ -11,26 +11,26 @@
|
||||
|
||||
typedef struct UnkStruct_Overlay_94_B {
|
||||
PARTY* party;
|
||||
u8 unk4[0x16];
|
||||
u8 unk4[0x17];
|
||||
FieldSystem* fsys;
|
||||
u8 unk2[0x7];
|
||||
u8 unk27;
|
||||
} UnkStruct_Overlay_94_B;
|
||||
|
||||
typedef struct UnkStruct_Overlay_94_C {
|
||||
u32 unk0;
|
||||
s32 unk4;
|
||||
s32 unk8;
|
||||
u32 species;
|
||||
u32 unk10;
|
||||
u32 partyMonIndex; //same information as B's unkc65
|
||||
UnkStruct_02014DA0* unk18;
|
||||
} UnkStruct_Overlay_94_C;
|
||||
typedef struct IconFormeChangeWork {
|
||||
int state;
|
||||
int effectTimer;
|
||||
int duration;
|
||||
int species;
|
||||
int fileId;
|
||||
int partyMonIndex; //same information as B's unkc65
|
||||
ParticleSystem* particleSystem;
|
||||
} IconFormeChangeWork;
|
||||
|
||||
typedef struct UnkStruct_Overlay_94_A {
|
||||
typedef struct PartyMenuStruct {
|
||||
BOOL unk0;
|
||||
u8 unk4[0x650];
|
||||
struct UnkStruct_Overlay_94_B* unk654; //0x654
|
||||
UnkStruct_Overlay_94_B* unk654; //0x654
|
||||
u8 unk658[0x167];
|
||||
MSGDATA* msgData; //0x7c0
|
||||
MSGFMT* unk7c4;
|
||||
@ -39,11 +39,11 @@ typedef struct UnkStruct_Overlay_94_A {
|
||||
u8 unkc64;
|
||||
u8 partyMonIndex; //selected index..?
|
||||
u8 unkc66[0x1a];
|
||||
struct UnkStruct_Overlay_94_C* unkc80;
|
||||
} UnkStruct_Overlay_94_A;
|
||||
IconFormeChangeWork* iconFormeChange;
|
||||
} PartyMenuStruct;
|
||||
|
||||
void ov94_021E5900(struct UnkStruct_Overlay_94_A* unkPtr);
|
||||
BOOL ov94_021E593C(struct UnkStruct_Overlay_94_A* unkPtr);
|
||||
void PartyMenu_InitIconFormeChangeWork(PartyMenuStruct* unkPtr);
|
||||
BOOL PartyMenu_AnimateIconFormeChange(PartyMenuStruct* unkPtr);
|
||||
|
||||
#endif //POKEHEARTGOLD_OVY_94_H
|
||||
|
||||
|
@ -4,24 +4,24 @@
|
||||
#include "unk_02022D74.h"
|
||||
#include "spl.h"
|
||||
|
||||
typedef struct UnkStruct_02014DA0 UnkStruct_02014DA0;
|
||||
typedef struct ParticleSystem ParticleSystem;
|
||||
|
||||
typedef u32 (*texAllocFun)(u32 szByte, BOOL is4x4comp);
|
||||
typedef u32 (*plttAllocFun)(u32 szByte, BOOL is4pltt);
|
||||
|
||||
void sub_02014DA0(void);
|
||||
UnkStruct_02014DA0 *sub_02014DB4(texAllocFun texAlloc, plttAllocFun plttAlloc, void *a2, u32 workSize, BOOL a4, HeapID heapId);
|
||||
void sub_02014EBC(UnkStruct_02014DA0 *mgr);
|
||||
ParticleSystem *sub_02014DB4(texAllocFun texAlloc, plttAllocFun plttAlloc, void *particleHeap, u32 workSize, BOOL a4, HeapID heapId);
|
||||
void sub_02014EBC(ParticleSystem *mgr);
|
||||
UnkStruct_02022D74 *sub_02015524(void);
|
||||
void *sub_02015264(int, u32, HeapID);
|
||||
void sub_0201526C(UnkStruct_02014DA0 *mgr, void *, int, int);
|
||||
void *sub_02015264(NarcId narcId, int fileId, HeapID heapId);
|
||||
void sub_0201526C(ParticleSystem *mgr, void *data, u32 flag, BOOL loadNow);
|
||||
void sub_02015354(NNSGfdTexKey texKey);
|
||||
void sub_02015394(NNSGfdPlttKey plttKey);
|
||||
void sub_02015494(UnkStruct_02014DA0 *mgr, int res_no, void (*fp_callback)(struct SPLEmitter *), void *arg);
|
||||
void sub_02015494(ParticleSystem *mgr, int res_no, void (*fp_callback)(struct SPLEmitter *), void *arg);
|
||||
BOOL sub_020154B0(void *);
|
||||
void* sub_02015504(void);
|
||||
int sub_0201543C(void);
|
||||
void sub_02015460(void);
|
||||
void *sub_020154D0(UnkStruct_02014DA0 *mgr);
|
||||
void *sub_020154D0(ParticleSystem *mgr);
|
||||
|
||||
#endif //POKEHEARTGOLD_UNK_02014DA0_H
|
||||
|
@ -3,6 +3,6 @@
|
||||
|
||||
#include "overlay_94.h"
|
||||
|
||||
void sub_0207991C(UnkStruct_Overlay_94_A *unkPtr, int a1);
|
||||
void sub_0207991C(PartyMenuStruct *unkPtr, int a1);
|
||||
|
||||
#endif //POKEHEARTGOLD_UNK_02078E30_H
|
||||
|
@ -3,6 +3,6 @@
|
||||
|
||||
#include "overlay_94.h"
|
||||
|
||||
void sub_0207DAEC(UnkStruct_Overlay_94_A *unkPtr, int a1, int a2);
|
||||
void sub_0207DAEC(PartyMenuStruct *unkPtr, int a1, int a2);
|
||||
|
||||
#endif //POKEHEARTGOLD_UNK_0207CB7C_H
|
||||
|
@ -3,6 +3,6 @@
|
||||
|
||||
#include "overlay_94.h"
|
||||
|
||||
void sub_0207ECE0(UnkStruct_Overlay_94_A *unkPtr, u8 idx);
|
||||
void sub_0207ECE0(PartyMenuStruct *unkPtr, u8 idx);
|
||||
|
||||
#endif //POKEHEARTGOLD_UNK_0207EB24_H
|
||||
|
150
src/overlay_94.c
150
src/overlay_94.c
@ -17,43 +17,47 @@
|
||||
#include "msgdata/msg/msg_0300.h"
|
||||
#include "overlay_94.h"
|
||||
|
||||
static void ov94_021E5AEC(struct UnkStruct_Overlay_94_A* unkPtr);
|
||||
static void ov94_021E5B04(struct UnkStruct_Overlay_94_A* unkPtr);
|
||||
static void ov94_021E5B30(struct UnkStruct_Overlay_94_A* unkPtr);
|
||||
static void ov94_021E5B54(struct UnkStruct_Overlay_94_C* unkPtr);
|
||||
static void ov94_021E5BA0(struct UnkStruct_Overlay_94_C* unkPtr);
|
||||
static void ov94_021E5C28(struct SPLEmitter* unkPtr);
|
||||
static s32 ov94_021E5C60(void);
|
||||
static void ov94_021E5C84(struct UnkStruct_Overlay_94_C* unkPtr);
|
||||
static u32 ov94_021E5CA0(u32 unkA, BOOL unkB);
|
||||
static u32 ov94_021E5CC4(u32 unkA, BOOL unkB);
|
||||
static void _DestroyLocalWork(struct PartyMenuStruct* unkPtr);
|
||||
static void _InitEffects(struct PartyMenuStruct* unkPtr);
|
||||
static void _CleanupEffects(struct PartyMenuStruct* unkPtr);
|
||||
static void _CreateParticleSystem(struct IconFormeChangeWork* unkPtr);
|
||||
static void _EmitParticles(struct IconFormeChangeWork* unkPtr);
|
||||
static void particleEmitCallback(struct SPLEmitter* unkPtr);
|
||||
static s32 _RunParticleSystem(void);
|
||||
static void _DestroyParticleSystem(struct IconFormeChangeWork* unkPtr);
|
||||
static u32 texAlloc(u32 szByte, BOOL is4x4comp);
|
||||
static u32 plttAlloc(u32 szByte, BOOL is4pltt);
|
||||
|
||||
void ov94_021E5900(UnkStruct_Overlay_94_A* unkPtr) {
|
||||
if (unkPtr->unkc80 != NULL) {
|
||||
void PartyMenu_InitIconFormeChangeWork(PartyMenuStruct* unkPtr) {
|
||||
if (unkPtr->iconFormeChange != NULL) {
|
||||
GF_ASSERT(FALSE);
|
||||
}
|
||||
unkPtr->unkc80 = AllocFromHeap(HEAPID_PARTY_MENU, sizeof(UnkStruct_Overlay_94_C));
|
||||
MI_CpuClear8(unkPtr->unkc80, sizeof(UnkStruct_Overlay_94_C));
|
||||
unkPtr->unkc80->partyMonIndex = unkPtr->partyMonIndex;
|
||||
unkPtr->iconFormeChange = AllocFromHeap(HEAPID_PARTY_MENU, sizeof(IconFormeChangeWork));
|
||||
MI_CpuClear8(unkPtr->iconFormeChange, sizeof(IconFormeChangeWork));
|
||||
unkPtr->iconFormeChange->partyMonIndex = unkPtr->partyMonIndex;
|
||||
}
|
||||
|
||||
BOOL ov94_021E593C(UnkStruct_Overlay_94_A* unkPtr) {
|
||||
UnkStruct_Overlay_94_C* unkA = unkPtr->unkc80;
|
||||
// TODO: Create NAIX
|
||||
#define NARC_particle_giratina 0
|
||||
#define NARC_particle_shaymin 1
|
||||
|
||||
BOOL PartyMenu_AnimateIconFormeChange(PartyMenuStruct* unkPtr) {
|
||||
IconFormeChangeWork* work = unkPtr->iconFormeChange;
|
||||
POKEMON* pokemon = GetPartyMonByIndex(unkPtr->unk654->party, unkPtr->partyMonIndex);
|
||||
|
||||
switch (unkA->unk0) {
|
||||
switch (work->state) {
|
||||
case 0:
|
||||
unkA->species = GetMonData(pokemon, MON_DATA_SPECIES, 0);
|
||||
switch (unkA->species) {
|
||||
work->species = GetMonData(pokemon, MON_DATA_SPECIES, NULL);
|
||||
switch (work->species) {
|
||||
case SPECIES_GIRATINA:
|
||||
Mon_UpdateGiratinaForme(pokemon);
|
||||
unkA->unk8 = 65;
|
||||
unkA->unk10 = 0;
|
||||
work->duration = 65;
|
||||
work->fileId = NARC_particle_giratina;
|
||||
break;
|
||||
case SPECIES_SHAYMIN:
|
||||
Mon_UpdateShayminForme(pokemon, SHAYMIN_SKY);
|
||||
unkA->unk8 = 35;
|
||||
unkA->unk10 = 1;
|
||||
work->duration = 35;
|
||||
work->fileId = NARC_particle_shaymin;
|
||||
break;
|
||||
case SPECIES_ROTOM:
|
||||
default:
|
||||
@ -61,44 +65,44 @@ BOOL ov94_021E593C(UnkStruct_Overlay_94_A* unkPtr) {
|
||||
break;
|
||||
}
|
||||
Pokedex_SetMonCaughtFlag(Sav2_Pokedex_get(Fsys_GetSaveDataPtr(unkPtr->unk654->fsys)), pokemon);
|
||||
unkA->unk0++;
|
||||
work->state++;
|
||||
break;
|
||||
case 1:
|
||||
case 2:
|
||||
unkA->unk0++;
|
||||
work->state++;
|
||||
break;
|
||||
case 3:
|
||||
ov94_021E5B04(unkPtr);
|
||||
unkA->unk0++;
|
||||
_InitEffects(unkPtr);
|
||||
work->state++;
|
||||
break;
|
||||
case 4:
|
||||
GX_EngineAToggleLayers(1, 1);
|
||||
ov94_021E5BA0(unkA);
|
||||
unkA->unk0++;
|
||||
GX_EngineAToggleLayers(1, GX_LAYER_TOGGLE_ON);
|
||||
_EmitParticles(work);
|
||||
work->state++;
|
||||
break;
|
||||
case 5:
|
||||
unkA->unk4++;
|
||||
if (unkA->unk4 == unkA->unk8) {
|
||||
work->effectTimer++;
|
||||
if (work->effectTimer == work->duration) {
|
||||
sub_0207ECE0(unkPtr, unkPtr->partyMonIndex);
|
||||
}
|
||||
ov94_021E5C60();
|
||||
if (unkA->unk4 > unkA->unk8) {
|
||||
if (sub_020154B0(unkA->unk18) == 0) {
|
||||
unkA->unk0++;
|
||||
_RunParticleSystem();
|
||||
if (work->effectTimer > work->duration) {
|
||||
if (sub_020154B0(work->particleSystem) == 0) {
|
||||
work->state++;
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 6:
|
||||
ov94_021E5B30(unkPtr);
|
||||
unkA->unk0++;
|
||||
_CleanupEffects(unkPtr);
|
||||
work->state++;
|
||||
break;
|
||||
case 7:
|
||||
sub_020720D4(pokemon);
|
||||
unkA->unk0++;
|
||||
work->state++;
|
||||
break;
|
||||
case 8:
|
||||
if (IsCryFinished() == FALSE) {
|
||||
unkA->unk0++;
|
||||
work->state++;
|
||||
}
|
||||
break;
|
||||
case 9:
|
||||
@ -107,11 +111,11 @@ BOOL ov94_021E593C(UnkStruct_Overlay_94_A* unkPtr) {
|
||||
StringExpandPlaceholders(unkPtr->unk7c4, unkPtr->unk7c8, str);
|
||||
String_dtor(str);
|
||||
sub_0207DAEC(unkPtr, -1, 1);
|
||||
unkA->unk0++;
|
||||
work->state++;
|
||||
break;
|
||||
case 10:
|
||||
if (sub_02020094(unkPtr->unkc64) == 0) {
|
||||
ov94_021E5AEC(unkPtr);
|
||||
_DestroyLocalWork(unkPtr);
|
||||
unkPtr->unk654->unk27 = 0;
|
||||
return TRUE;
|
||||
}
|
||||
@ -120,51 +124,51 @@ BOOL ov94_021E593C(UnkStruct_Overlay_94_A* unkPtr) {
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static void ov94_021E5AEC(UnkStruct_Overlay_94_A* unkPtr) {
|
||||
FreeToHeap(unkPtr->unkc80);
|
||||
unkPtr->unkc80 = 0;
|
||||
static void _DestroyLocalWork(PartyMenuStruct* unkPtr) {
|
||||
FreeToHeap(unkPtr->iconFormeChange);
|
||||
unkPtr->iconFormeChange = 0;
|
||||
}
|
||||
|
||||
static void ov94_021E5B04(UnkStruct_Overlay_94_A* unkPtr) {
|
||||
static void _InitEffects(PartyMenuStruct* unkPtr) {
|
||||
sub_0207991C(unkPtr, 0);
|
||||
ov94_021E5B54(unkPtr->unkc80);
|
||||
_CreateParticleSystem(unkPtr->iconFormeChange);
|
||||
G2_SetBlendAlpha(0, 63, 31, 0);
|
||||
}
|
||||
|
||||
static void ov94_021E5B30(UnkStruct_Overlay_94_A* unkPtr) {
|
||||
ov94_021E5C84(unkPtr->unkc80);
|
||||
static void _CleanupEffects(PartyMenuStruct* unkPtr) {
|
||||
_DestroyParticleSystem(unkPtr->iconFormeChange);
|
||||
sub_0207991C(unkPtr, 1);
|
||||
G2_BlendNone();
|
||||
}
|
||||
|
||||
static void ov94_021E5B54(UnkStruct_Overlay_94_C* unkPtr) {
|
||||
static void _CreateParticleSystem(IconFormeChangeWork* unkPtr) {
|
||||
sub_02014DA0();
|
||||
void* unkPtrB = AllocFromHeap(HEAPID_PARTY_MENU, PARTICLE_HEAP_SIZE);
|
||||
void* particleHeap = AllocFromHeap(HEAPID_PARTY_MENU, PARTICLE_HEAP_SIZE);
|
||||
|
||||
unkPtr->unk18 = sub_02014DB4(ov94_021E5CA0, ov94_021E5CC4, unkPtrB, PARTICLE_HEAP_SIZE, 1, HEAPID_PARTY_MENU);
|
||||
unkPtr->particleSystem = sub_02014DB4(texAlloc, plttAlloc, particleHeap, PARTICLE_HEAP_SIZE, 1, HEAPID_PARTY_MENU);
|
||||
|
||||
sub_02023240(1 * FX32_ONE, 900 * FX32_ONE, sub_02015524());
|
||||
}
|
||||
|
||||
static void ov94_021E5BA0(UnkStruct_Overlay_94_C* unkPtr) {
|
||||
sub_0201526C(unkPtr->unk18, sub_02015264(208, unkPtr->unk10, HEAPID_PARTY_MENU), 10, 1);
|
||||
static void _EmitParticles(IconFormeChangeWork* unkPtr) {
|
||||
sub_0201526C(unkPtr->particleSystem, sub_02015264(NARC_a_2_0_6, unkPtr->fileId, HEAPID_PARTY_MENU), 0xA, 1);
|
||||
|
||||
switch (unkPtr->species) {
|
||||
case SPECIES_GIRATINA:
|
||||
sub_02015494(unkPtr->unk18, 0, ov94_021E5C28, unkPtr);
|
||||
sub_02015494(unkPtr->unk18, 1, ov94_021E5C28, unkPtr);
|
||||
sub_02015494(unkPtr->unk18, 2, ov94_021E5C28, unkPtr);
|
||||
sub_02015494(unkPtr->particleSystem, 0, particleEmitCallback, unkPtr);
|
||||
sub_02015494(unkPtr->particleSystem, 1, particleEmitCallback, unkPtr);
|
||||
sub_02015494(unkPtr->particleSystem, 2, particleEmitCallback, unkPtr);
|
||||
PlaySE(SEQ_SE_PL_W467109);
|
||||
break;
|
||||
case SPECIES_SHAYMIN:
|
||||
sub_02015494(unkPtr->unk18, 0, ov94_021E5C28, unkPtr);
|
||||
sub_02015494(unkPtr->unk18, 1, ov94_021E5C28, unkPtr);
|
||||
sub_02015494(unkPtr->particleSystem, 0, particleEmitCallback, unkPtr);
|
||||
sub_02015494(unkPtr->particleSystem, 1, particleEmitCallback, unkPtr);
|
||||
PlaySE(SEQ_SE_PL_W363);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
static const fx32 PartyMonSpritePositions[][2] = {
|
||||
static const fx32 sPartyMonSpritePositions[][2] = {
|
||||
{ -16500, 12000 },
|
||||
{ 5000, 11500 },
|
||||
{ -16500, 5000 },
|
||||
@ -173,13 +177,13 @@ static const fx32 PartyMonSpritePositions[][2] = {
|
||||
{ 5000, -4500 }
|
||||
};
|
||||
|
||||
static void ov94_021E5C28(struct SPLEmitter* emitter) {
|
||||
struct UnkStruct_Overlay_94_C* unkA = sub_02015504();
|
||||
SPL_SetEmitterPositionX(emitter, PartyMonSpritePositions[unkA->partyMonIndex][0]);
|
||||
SPL_SetEmitterPositionY(emitter, PartyMonSpritePositions[unkA->partyMonIndex][1]);
|
||||
static void particleEmitCallback(struct SPLEmitter* emitter) {
|
||||
struct IconFormeChangeWork* unkA = sub_02015504();
|
||||
SPL_SetEmitterPositionX(emitter, sPartyMonSpritePositions[unkA->partyMonIndex][0]);
|
||||
SPL_SetEmitterPositionY(emitter, sPartyMonSpritePositions[unkA->partyMonIndex][1]);
|
||||
}
|
||||
|
||||
static s32 ov94_021E5C60(void) {
|
||||
static s32 _RunParticleSystem(void) {
|
||||
sub_02026E48();
|
||||
s32 val = sub_0201543C();
|
||||
if (val > 0) {
|
||||
@ -190,14 +194,14 @@ static s32 ov94_021E5C60(void) {
|
||||
return val;
|
||||
}
|
||||
|
||||
static void ov94_021E5C84(UnkStruct_Overlay_94_C* unkPtr) {
|
||||
void* unkA = sub_020154D0(unkPtr->unk18);
|
||||
sub_02014EBC(unkPtr->unk18);
|
||||
static void _DestroyParticleSystem(IconFormeChangeWork* unkPtr) {
|
||||
void* unkA = sub_020154D0(unkPtr->particleSystem);
|
||||
sub_02014EBC(unkPtr->particleSystem);
|
||||
FreeToHeap(unkA);
|
||||
}
|
||||
|
||||
static u32 ov94_021E5CA0(u32 unkA, BOOL unkB) {
|
||||
NNSGfdTexKey unkC = NNS_GfdDefaultFuncAllocTexVram(unkA, unkB, 0);
|
||||
static u32 texAlloc(u32 szByte, BOOL is4x4comp) {
|
||||
NNSGfdTexKey unkC = NNS_GfdDefaultFuncAllocTexVram(szByte, is4x4comp, 0);
|
||||
|
||||
GF_ASSERT(unkC != NNS_GFD_ALLOC_ERROR_TEXKEY);
|
||||
|
||||
@ -206,8 +210,8 @@ static u32 ov94_021E5CA0(u32 unkA, BOOL unkB) {
|
||||
return NNS_GfdGetTexKeyAddr(unkC);
|
||||
}
|
||||
|
||||
static u32 ov94_021E5CC4(u32 unkA, BOOL unkB) {
|
||||
NNSGfdPlttKey unkC = NNS_GfdDefaultFuncAllocPlttVram(unkA, unkB, 1);
|
||||
static u32 plttAlloc(u32 szByte, BOOL is4pltt) {
|
||||
NNSGfdPlttKey unkC = NNS_GfdDefaultFuncAllocPlttVram(szByte, is4pltt, 1);
|
||||
|
||||
GF_ASSERT(unkC != NNS_GFD_ALLOC_ERROR_PLTTKEY);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user