diff options
Diffstat (limited to 'misc/mobile_40.asm')
-rw-r--r-- | misc/mobile_40.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/mobile_40.asm b/misc/mobile_40.asm index 851b6d2c6..e7b73aa36 100644 --- a/misc/mobile_40.asm +++ b/misc/mobile_40.asm @@ -6382,7 +6382,7 @@ Function102a3b: ; 102a3b ld hl, OTPartyMon1ID call GetPartyLocation ld a, [hli] - ld [wc731], a + ld [wEnemyWrapCount], a ld a, [hl] ld [wPlayerCharging], a ld a, [wcd4d] @@ -6390,9 +6390,9 @@ Function102a3b: ; 102a3b ld hl, OTPartyMon1DVs call GetPartyLocation ld a, [hli] - ld [wc72f], a + ld [wEnemyTrappingMove], a ld a, [hl] - ld [wc730], a + ld [wPlayerWrapCount], a ld a, [wcd4d] dec a ld hl, OTPartyMon1Species |