Finish item.c

This commit is contained in:
PikalaxALT
2019-06-20 10:17:05 -04:00
parent 649a351c4c
commit 715847bc37
15 changed files with 242 additions and 727 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
#include "malloc.h"
#include "item.h"
extern void sub_8099E44(void);
extern void SetBagPocketsPointers(void);
extern void sub_8110840(void *oldSave);
extern void sub_8055778(int);
extern void sub_8054F38(u32 newKey);
@@ -80,7 +80,7 @@ void SetSaveBlocksPointers(void)
*sav1_LocalVar = (void*)(&gSaveBlock1) + offset;
gPokemonStoragePtr = (void*)(&gPokemonStorage) + offset;
sub_8099E44();
SetBagPocketsPointers();
sub_8110840(oldSave);
}