From 08225bbba91931a1faad9e455ed0bfabfdcf3af0 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Fri, 13 May 2022 10:46:01 -0300 Subject: [PATCH] Post Pret merge fix I made an oopsie. --- include/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/global.h b/include/global.h index 8c2b182490..78e9a65667 100644 --- a/include/global.h +++ b/include/global.h @@ -1007,7 +1007,7 @@ struct SaveBlock1 /*0x3???*/ LilycoveLady lilycoveLady; /*0x3???*/ struct TrainerNameRecord trainerNameRecords[20]; /*0x3???*/ u8 registeredTexts[UNION_ROOM_KB_ROW_COUNT][21]; - /*0x3???*/ struct SaveTrainerHill trainerHill; + /*0x3???*/ struct TrainerHillSave trainerHill; /*0x3???*/ struct WaldaPhrase waldaPhrase; // sizeof: 0x3??? };