Merge branch 'master' of github.com:pret/pokefirered into battle_multi_buffer
This commit is contained in:
@@ -41,9 +41,6 @@
|
|||||||
#ifndef BUGFIX
|
#ifndef BUGFIX
|
||||||
#define BUGFIX
|
#define BUGFIX
|
||||||
#endif // BUGFIX
|
#endif // BUGFIX
|
||||||
#ifndef NONMATCHING
|
|
||||||
#define NONMATCHING
|
|
||||||
#endif // NONMATCHING
|
|
||||||
#endif // MODERN
|
#endif // MODERN
|
||||||
|
|
||||||
#endif // GUARD_CONFIG_H
|
#endif // GUARD_CONFIG_H
|
||||||
|
|||||||
@@ -3,6 +3,10 @@
|
|||||||
#include "text.h"
|
#include "text.h"
|
||||||
#include "constants/items.h"
|
#include "constants/items.h"
|
||||||
|
|
||||||
|
#if !defined(NONMATCHING) && MODERN
|
||||||
|
#define static
|
||||||
|
#endif
|
||||||
|
|
||||||
static const u8 sBerryDescriptionPart1_Cheri[] = _("とても かわいい はなが さく.");
|
static const u8 sBerryDescriptionPart1_Cheri[] = _("とても かわいい はなが さく.");
|
||||||
static const u8 sBerryDescriptionPart2_Cheri[] = _("まっかな みは とても からい.");
|
static const u8 sBerryDescriptionPart2_Cheri[] = _("まっかな みは とても からい.");
|
||||||
static const u8 sBerryDescriptionPart1_Chesto[] = _("そとの かわの ぶぶんも なかみも すべてが");
|
static const u8 sBerryDescriptionPart1_Chesto[] = _("そとの かわの ぶぶんも なかみも すべてが");
|
||||||
|
|||||||
@@ -22,6 +22,10 @@ asm(".set TITLE_TEXT, gString_PokemonFireRed_Staff");
|
|||||||
asm(".set TITLE_TEXT, gString_PokemonLeafGreen_Staff");
|
asm(".set TITLE_TEXT, gString_PokemonLeafGreen_Staff");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(NONMATCHING) && MODERN
|
||||||
|
#define static
|
||||||
|
#endif
|
||||||
|
|
||||||
enum CreditsSceneIdx
|
enum CreditsSceneIdx
|
||||||
{
|
{
|
||||||
CREDITSSCENE_INIT_WIN0 = 0,
|
CREDITSSCENE_INIT_WIN0 = 0,
|
||||||
|
|||||||
@@ -20,6 +20,10 @@
|
|||||||
|
|
||||||
#define NUM_FIELD_MAP_OBJECT_TEMPLATES 0x51
|
#define NUM_FIELD_MAP_OBJECT_TEMPLATES 0x51
|
||||||
|
|
||||||
|
#if !defined(NONMATCHING) && MODERN
|
||||||
|
#define static
|
||||||
|
#endif
|
||||||
|
|
||||||
static void MoveCoordsInDirection(u32, s16 *, s16 *, s16, s16);
|
static void MoveCoordsInDirection(u32, s16 *, s16 *, s16, s16);
|
||||||
static bool8 ObjectEventExecSingleMovementAction(struct ObjectEvent *, struct Sprite *);
|
static bool8 ObjectEventExecSingleMovementAction(struct ObjectEvent *, struct Sprite *);
|
||||||
static u8 GetCollisionInDirection(struct ObjectEvent *, u8);
|
static u8 GetCollisionInDirection(struct ObjectEvent *, u8);
|
||||||
|
|||||||
@@ -9,6 +9,10 @@
|
|||||||
#include "event_data.h"
|
#include "event_data.h"
|
||||||
#include "constants/songs.h"
|
#include "constants/songs.h"
|
||||||
|
|
||||||
|
#if !defined(NONMATCHING) && MODERN
|
||||||
|
#define static
|
||||||
|
#endif
|
||||||
|
|
||||||
extern u8 gGlyphInfo[];
|
extern u8 gGlyphInfo[];
|
||||||
|
|
||||||
bool8 gHelpSystemEnabled;
|
bool8 gHelpSystemEnabled;
|
||||||
|
|||||||
Reference in New Issue
Block a user