summaryrefslogtreecommitdiff
path: root/src/scene/evolution_scene.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-11-05 01:34:52 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-11-05 01:34:52 -0400
commit4cf701c5871a17f0bc580019e8d294bc1c84ebf3 (patch)
treee2d7246d97c18b1660156d345ee988212a039d84 /src/scene/evolution_scene.c
parent8832b766facd48c85c1b99ac6dad555f1e2aa1c7 (diff)
move ewram defines to ewram.h.
Diffstat (limited to 'src/scene/evolution_scene.c')
-rw-r--r--src/scene/evolution_scene.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/scene/evolution_scene.c b/src/scene/evolution_scene.c
index 24168dc56..73cb7e5e7 100644
--- a/src/scene/evolution_scene.c
+++ b/src/scene/evolution_scene.c
@@ -24,6 +24,7 @@
#include "pokemon_summary_screen.h"
#include "menu_cursor.h"
#include "strings2.h"
+#include "ewram.h"
struct EvoInfo
{
@@ -55,8 +56,6 @@ struct EvoInfo
u8 unkA0C4; // 0x201E8C4
};
-#define sEvoInfo ((*(struct EvoInfo*)(ewram + 0x14800)))
-
void EvolutionRenameMon(struct Pokemon *mon, u16 oldSpecies, u16 newSpecies);
void sub_8024CEC(void);
void sub_8023A80(void);