diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-07-22 23:27:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 23:27:29 +0100 |
commit | 72e5e5f9cb87c37d278bf3dde2ac5630498b87bb (patch) | |
tree | 51f167244be136b5d8d78a81270cb2f8f1655d0c /include | |
parent | 23e3a5ed1f7817e6fc7608074f70e9d2a6931bc1 (diff) | |
parent | 02b617600e93c9bf01d9bd0b836c2768048807da (diff) |
Merge branch 'master' into unk_020051F4
Diffstat (limited to 'include')
-rw-r--r-- | include/scrcmd.h | 2 | ||||
-rw-r--r-- | include/script.h | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/include/scrcmd.h b/include/scrcmd.h index 826b74d3..5e28a4d0 100644 --- a/include/scrcmd.h +++ b/include/scrcmd.h @@ -106,6 +106,8 @@ BOOL ScrCmd_Unk0048(struct ScriptContext *ctx); BOOL ScrCmd_Unk02CF(struct ScriptContext *ctx); BOOL ScrCmd_Unk02D0(struct ScriptContext *ctx); BOOL ScrCmd_Unk005E(struct ScriptContext *ctx); +BOOL ScrCmd_Unk02A1(struct ScriptContext *ctx); +BOOL ScrCmd_WaitForMovement(struct ScriptContext *ctx); // scrcmd_mart.c BOOL ScrCmd_NormalMart(struct ScriptContext * ctx); diff --git a/include/script.h b/include/script.h index 75b65f90..f6eec142 100644 --- a/include/script.h +++ b/include/script.h @@ -33,7 +33,8 @@ struct UnkSavStruct80 struct UnkStruct_0204639C *unk10;
u8 padding2[0x8];
u32 *mapId; //0x1C
- u8 padding3[0x18];
+ u8 padding3[0x14];
+ u32 unk34;
u32 unk38;
u8 padding4[0x24];
u32 unk60;
|