diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm.inc.h | 2 | ||||
| -rw-r--r-- | include/global.h | 4 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/include/asm.inc.h b/include/asm.inc.h index c28050929..9a404db59 100644 --- a/include/asm.inc.h +++ b/include/asm.inc.h @@ -31,7 +31,7 @@ void StoreWordInTwoHalfwords(u16 *, u32);  void LoadWordFromTwoHalfwords(u16 *, u32 *);  // src/daycare.o -u8 daycare_count_pokemon(u8 *); +u8 daycare_count_pokemon(struct BoxPokemon *);  // asm/daycare.o  void sub_8041324(struct BoxPokemon *, void *); diff --git a/include/global.h b/include/global.h index 2045f5b43..443b2a1d2 100644 --- a/include/global.h +++ b/include/global.h @@ -536,8 +536,8 @@ struct SaveBlock1 /* 0x02025734 */      /*0x2D94*/ OldMan oldMan;      /*0x2DC0*/ u8 unk_2DC0[0x14];      /*0x2DD4*/ struct EasyChatPair easyChatPairs[5]; //Dewford trend [0] and some other stuff -    /*0x2DFC*/ u8 filler_2DFC[0x100]; -    /*0x2EFC*/ struct SB1_2EFC_Struct sb1_2EFC_struct[5]; +    /*0x2DFC*/ u8 filler_2DFC[0x8]; +    /*0x2E04*/ SB_Struct sbStruct;      /*0x2F9C*/ struct BoxPokemon filler_2F9C[2]; // daycare related      /*0x303C*/ u8 filler_303C[0x38];      /*0x3074*/ u8 filler_3074[0x42]; | 
