Move gTradePlatform_Tilemap to header (#2088)
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
extern struct Mail gTradeMail[PARTY_SIZE];
|
extern struct Mail gTradeMail[PARTY_SIZE];
|
||||||
extern u8 gSelectedTradeMonPositions[2];
|
extern u8 gSelectedTradeMonPositions[2];
|
||||||
|
|
||||||
|
extern const u16 gTradePlatform_Tilemap[];
|
||||||
extern const struct WindowTemplate gTradeEvolutionSceneYesNoWindowTemplate;
|
extern const struct WindowTemplate gTradeEvolutionSceneYesNoWindowTemplate;
|
||||||
|
|
||||||
s32 GetGameProgressForLinkTrade(void);
|
s32 GetGameProgressForLinkTrade(void);
|
||||||
|
|||||||
+1
-1
@@ -33,6 +33,7 @@
|
|||||||
#include "naming_screen.h"
|
#include "naming_screen.h"
|
||||||
#include "pokemon_storage_system.h"
|
#include "pokemon_storage_system.h"
|
||||||
#include "field_screen_effect.h"
|
#include "field_screen_effect.h"
|
||||||
|
#include "trade.h"
|
||||||
#include "data.h"
|
#include "data.h"
|
||||||
#include "battle.h" // to get rid of later
|
#include "battle.h" // to get rid of later
|
||||||
#include "constants/rgb.h"
|
#include "constants/rgb.h"
|
||||||
@@ -62,7 +63,6 @@ struct EggHatchData
|
|||||||
u8 textColor[3];
|
u8 textColor[3];
|
||||||
};
|
};
|
||||||
|
|
||||||
extern const u32 gTradePlatform_Tilemap[];
|
|
||||||
extern const u8 gText_HatchedFromEgg[];
|
extern const u8 gText_HatchedFromEgg[];
|
||||||
extern const u8 gText_NicknameHatchPrompt[];
|
extern const u8 gText_NicknameHatchPrompt[];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user