summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-09-04 15:11:57 -0400
committerhuderlem <huderlem@gmail.com>2019-09-05 20:48:48 -0500
commit904bba9e16f99bc7a306b6705948cbfe14e41786 (patch)
tree0043897a08d1cc9f162f540994d11df6dd5cd503 /include/global.h
parente2fbce996e08769f5cd18f77c65818b6f5e34080 (diff)
NULL_BATTLE_TOWER_POKEMON define
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index a82fe5861..1fbc70e23 100644
--- a/include/global.h
+++ b/include/global.h
@@ -257,6 +257,8 @@ struct BattleTowerPokemon
u8 friendship;
};
+#define NULL_BATTLE_TOWER_POKEMON { .nickname = __("$$$$$$$$$$$") }
+
struct EmeraldBattleTowerRecord
{
/*0x00*/ u8 lvlMode; // 0 = level 50, 1 = level 100