diff options
Diffstat (limited to 'event/poke_seer.asm')
-rw-r--r-- | event/poke_seer.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/event/poke_seer.asm b/event/poke_seer.asm index 2e942ef07..5e93acc5d 100644 --- a/event/poke_seer.asm +++ b/event/poke_seer.asm @@ -298,9 +298,8 @@ PrintSeerText: ; 4f26d ld e, a ld d, 0 ld hl, SeerTexts -rept 2 add hl, de -endr + add hl, de ld a, [hli] ld h, [hl] ld l, a |