diff options
author | xCrystal <rgr.crystal@gmail.com> | 2017-12-28 13:15:46 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2017-12-28 13:15:46 +0100 |
commit | 9457679af8d36a140db7b8832df595e8310e6bb4 (patch) | |
tree | d3bf8b1b424582f66add4f2b8d95f409cfafecb2 /engine/battle/effect_commands.asm | |
parent | e2b378f5e32ea1416fbc9ac5e96d23be244e4a6b (diff) |
Prefix engine_flags wram addresses with w
Diffstat (limited to 'engine/battle/effect_commands.asm')
-rw-r--r-- | engine/battle/effect_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm index 5922afea3..f86f90479 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -726,7 +726,7 @@ BattleCommand_CheckObedience: ; 343db .obeylevel ; The maximum obedience level is constrained by owned badges: - ld hl, JohtoBadges + ld hl, wJohtoBadges ; risingbadge bit RISINGBADGE, [hl] |