diff options
author | Rangi42 <remy.oukaour+rangi42@gmail.com> | 2018-02-04 13:16:17 -0500 |
---|---|---|
committer | Rangi42 <remy.oukaour+rangi42@gmail.com> | 2018-02-04 13:16:17 -0500 |
commit | 79f0488743d35dcfe25a7ef96107ca19af13a72c (patch) | |
tree | b6698cdfc132badcc808be4408e5988d0ecbf780 /Automatically-reuse-Repel.md | |
parent | 5a23ac37ba792ecd31e47c0b6c27f89704e2431c (diff) |
Update WRAM labels
Diffstat (limited to 'Automatically-reuse-Repel.md')
-rw-r--r-- | Automatically-reuse-Repel.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Automatically-reuse-Repel.md b/Automatically-reuse-Repel.md index 569e730..8c1db9a 100644 --- a/Automatically-reuse-Repel.md +++ b/Automatically-reuse-Repel.md @@ -59,7 +59,7 @@ UseRepel: ; f46c ld a, b ld [wRepelEffect], a -+ ld a, [CurItem] ++ ld a, [wCurItem] + ld [wRepelType], a jp UseItemText @@ -87,8 +87,8 @@ DoRepelStep: ; 96bd7 ret nz + ld a, [wRepelType] -+ ld [CurItem], a -+ ld hl, NumItems ++ ld [wCurItem], a ++ ld hl, wNumItems + call CheckItem ld a, BANK(RepelWoreOffScript) ld hl, RepelWoreOffScript |