diff options
author | yenatch <yenatch@gmail.com> | 2015-02-08 00:03:32 -0800 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-02-10 00:53:03 -0800 |
commit | 8e033210694533bc1233a851d6914e1f0cb90232 (patch) | |
tree | 9c526de647aecbdb2dc81da6cb939ffa1d7d707d /battle/effects/rollout.asm | |
parent | 0683bc87701e6b4c357fb7b21927c17ceb87a6de (diff) |
Blindly use wram labels for everything except mobile, part 1.
Wram banks and mobile make this tough, since any address can secretly be a ghost.
As usual, mobile completely disregards 99% of the codebase. It's been ignored in kind.
Diffstat (limited to 'battle/effects/rollout.asm')
-rw-r--r-- | battle/effects/rollout.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/effects/rollout.asm b/battle/effects/rollout.asm index d3a765de5..f709c7988 100644 --- a/battle/effects/rollout.asm +++ b/battle/effects/rollout.asm @@ -44,7 +44,7 @@ BattleCommand5c: ; 37734 and a jr nz, .asm_37750 ld a, 1 - ld [$c73e], a + ld [wc73e], a .asm_37750 ld a, [AttackMissed] |