blob: 8586981be4d41d73b32d6d015d5cdf6cfe1930a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#include "global.h"
#include "scrcmd.h"
#include "unk_02025484.h"
#include "unk_02024E64.h"
#include "unk_02064E20.h"
THUMB_FUNC void FUN_02064E20(struct UnkSavStruct80* unk0)
{
struct unk_2025484 * r4 = (struct unk_2025484 *)FUN_02024ED8(ScriptEnvironment_GetSav2Ptr(unk0));
if((u32)FUN_020254B4(r4) == 6)
{
return;
}
FUN_02025490(r4, 6);
u16 * ptr0 = (u16 *)FUN_020254A0(r4 , 6);
ptr0[0] = 2;
}
|