diff options
-rw-r--r-- | data/types/badge_type_boosts.asm (renamed from data/battle/badge_type_boosts.asm) | 0 | ||||
-rw-r--r-- | engine/battle/misc.asm | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/data/battle/badge_type_boosts.asm b/data/types/badge_type_boosts.asm index b212ef22e..b212ef22e 100644 --- a/data/battle/badge_type_boosts.asm +++ b/data/types/badge_type_boosts.asm diff --git a/engine/battle/misc.asm b/engine/battle/misc.asm index ec616fa79..40a307d61 100644 --- a/engine/battle/misc.asm +++ b/engine/battle/misc.asm @@ -225,4 +225,4 @@ DoBadgeTypeBoosts: ; fbe24 pop de ret -INCLUDE "data/battle/badge_type_boosts.asm" +INCLUDE "data/types/badge_type_boosts.asm" |