summaryrefslogtreecommitdiff
path: root/src/pokemon_2.c
diff options
context:
space:
mode:
authordrifloony <drifloony@users.noreply.github.com>2017-07-15 18:48:46 -0700
committerdrifloony <drifloony@users.noreply.github.com>2017-07-20 20:13:02 -0700
commite4a72cbff306e805606c3d95e5192e535fcb0ca8 (patch)
tree82d387a57efcb1867ce2dc7a73fb277b26d487c7 /src/pokemon_2.c
parent7d960d219fae9d0a14ef1974c11231f8de55b89c (diff)
map out ram variables
Diffstat (limited to 'src/pokemon_2.c')
-rw-r--r--src/pokemon_2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pokemon_2.c b/src/pokemon_2.c
index 543b032e2..a77edbdb2 100644
--- a/src/pokemon_2.c
+++ b/src/pokemon_2.c
@@ -31,10 +31,11 @@ extern u8 gXXX_CritRelated;
extern u16 gBattleWeather;
extern struct BattleEnigmaBerry gEnigmaBerries[];
extern u16 gBattleMovePower;
-extern struct SpriteTemplate gUnknown_02024E8C;
extern u16 gTrainerBattleOpponent;
extern struct PokemonStorage gPokemonStorage;
+EWRAM_DATA struct SpriteTemplate gUnknown_02024E8C = {0};
+
extern u8 gBadEggNickname[];
extern const struct SpriteTemplate gSpriteTemplate_8208288[];
//array of pointers to arrays of pointers to union AnimCmd (We probably need to typedef this.)