Make pyramid bag compile.
This commit is contained in:
parent
917b32ffbe
commit
43b74032fa
3 changed files with 3 additions and 5 deletions
|
@ -28,7 +28,7 @@
|
|||
#include "pokeball.h"
|
||||
#include "data2.h"
|
||||
#include "battle_setup.h"
|
||||
#include "item_use.h"
|
||||
#include "item_menu.h"
|
||||
#include "recorded_battle.h"
|
||||
#include "party_menu.h"
|
||||
#include "battle_dome.h"
|
||||
|
@ -40,7 +40,6 @@ extern u16 gBattle_BG0_X;
|
|||
extern u16 gBattle_BG0_Y;
|
||||
extern struct UnusedControllerStruct gUnknown_02022D0C;
|
||||
extern struct MusicPlayerInfo gMPlayInfo_BGM;
|
||||
extern struct SpriteTemplate gMultiuseSpriteTemplate;
|
||||
|
||||
extern const struct CompressedSpritePalette gTrainerFrontPicPaletteTable[];
|
||||
extern const struct CompressedSpritePalette gTrainerBackPicPaletteTable[];
|
||||
|
@ -52,7 +51,6 @@ extern void sub_81851A8(u8 *);
|
|||
|
||||
// this file's functions
|
||||
static void PlayerHandleGetMonData(void);
|
||||
void PlayerHandleGetRawMonData(void);
|
||||
static void PlayerHandleSetMonData(void);
|
||||
static void PlayerHandleSetRawMonData(void);
|
||||
static void PlayerHandleLoadMonSprite(void);
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include "pokeball.h"
|
||||
#include "data2.h"
|
||||
#include "pokeblock.h"
|
||||
#include "item_use.h"
|
||||
#include "item_menu.h"
|
||||
|
||||
extern u16 gBattle_BG0_X;
|
||||
extern u16 gBattle_BG0_Y;
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "data2.h"
|
||||
#include "party_menu.h"
|
||||
#include "battle_setup.h"
|
||||
#include "item_use.h"
|
||||
#include "item_menu.h"
|
||||
|
||||
extern u16 gBattle_BG0_X;
|
||||
extern u16 gBattle_BG0_Y;
|
||||
|
|
Loading…
Reference in a new issue