diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2019-02-05 14:35:42 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2019-02-05 14:35:42 -0600 |
commit | bc4cc9f78a705636228c39311bb6e3c393f090d3 (patch) | |
tree | d2b59408df53676ffb65e217cc1a62cbcba05f97 /src/battle_gfx_sfx_util.c | |
parent | 37e86d75788f4ed364db19aabce11e6e054a1084 (diff) | |
parent | b0ee1009759ed1c46da81b1fb8410e2b75e42bb2 (diff) |
Merge branch 'master' of github.com:pret/pokeemerald
Diffstat (limited to 'src/battle_gfx_sfx_util.c')
-rw-r--r-- | src/battle_gfx_sfx_util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/battle_gfx_sfx_util.c b/src/battle_gfx_sfx_util.c index 3ceaef983..7c6b74304 100644 --- a/src/battle_gfx_sfx_util.c +++ b/src/battle_gfx_sfx_util.c @@ -205,13 +205,13 @@ u16 ChooseMoveAndTargetInBattlePalace(void) if (Random() % 100 > 49) { - gProtectStructs[gActiveBattler].flag_x10 = 1; + gProtectStructs[gActiveBattler].palaceUnableToUseMove = 1; return 0; } } else { - gProtectStructs[gActiveBattler].flag_x10 = 1; + gProtectStructs[gActiveBattler].palaceUnableToUseMove = 1; return 0; } } |