diff options
Diffstat (limited to 'battle/ai/redundant.asm')
-rwxr-xr-x | battle/ai/redundant.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/ai/redundant.asm b/battle/ai/redundant.asm index da71d0ece..e3dda8c4b 100755 --- a/battle/ai/redundant.asm +++ b/battle/ai/redundant.asm @@ -11,7 +11,7 @@ AI_Redundant: ; 2c41a ld a, [hli] ld h, [hl] ld l, a - jp [hl] + jp hl .Moves: ; 2c42c dbw EFFECT_DREAM_EATER, .DreamEater |