diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-04-09 15:47:28 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-04-09 15:47:28 -0500 |
commit | 9c57218a97f990348545e320a840ca7c0f46e50a (patch) | |
tree | 943b4878f51cb7fe1fb8c5700b4f609ab23fe360 /src/engine/effect_functions.asm | |
parent | 9518f4e113fcd9dfb734b979138a04ace11bf2ad (diff) |
Lots of wram addresses
Diffstat (limited to 'src/engine/effect_functions.asm')
-rw-r--r-- | src/engine/effect_functions.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/effect_functions.asm b/src/engine/effect_functions.asm index a749bd8..d3d4eb1 100644 --- a/src/engine/effect_functions.asm +++ b/src/engine/effect_functions.asm @@ -34,7 +34,7 @@ SleepEffect: ; 2c030 (b:4030) applyEffect ldh a, [hWhoseTurn] - ld hl, $cc05 + ld hl, wcc05 cp [hl] jr nz, .canInduceStatus ld a, [wTempNonTurnDuelistCardId] @@ -64,7 +64,7 @@ applyEffect push hl ld e, [hl] ld d, $0 - ld hl, $ccce + ld hl, wccce add hl, de call SwapTurn ldh a, [hWhoseTurn] |