diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-28 01:17:32 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-28 01:17:32 -0500 |
commit | e22670438ee420a5d9095db85232104be9236f70 (patch) | |
tree | 1486ebd508af56b8e668417851f3b9fc79737d99 | |
parent | c3b766ca8b393553023c5af21c574c7f1cb171ec (diff) |
Badge type boosts make sense in data/types/
-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" |