From a03906a1a3b8954fa8c27f6e5a9e89cdd0b57a1e Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 27 Mar 2020 17:21:00 -0400 Subject: through SetContinueGameWarpToDynamicWarp --- berry_fix/payload/include/global.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'berry_fix/payload/include') diff --git a/berry_fix/payload/include/global.h b/berry_fix/payload/include/global.h index 63b4e0391..ef161c249 100644 --- a/berry_fix/payload/include/global.h +++ b/berry_fix/payload/include/global.h @@ -639,8 +639,8 @@ struct SaveBlock1 /* 0x02025734 */ { /*0x00*/ struct Coords16 pos; /*0x04*/ struct WarpData location; - /*0x0C*/ struct WarpData warp1; - /*0x14*/ struct WarpData warp2; + /*0x0C*/ struct WarpData continueGameWarp; + /*0x14*/ struct WarpData dynamicWarp; /*0x1C*/ struct WarpData lastHealLocation; /*0x24*/ struct WarpData warp4; /*0x2C*/ u16 savedMusic; -- cgit v1.2.3