diff options
Diffstat (limited to 'event/poke_seer.asm')
-rw-r--r-- | event/poke_seer.asm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/event/poke_seer.asm b/event/poke_seer.asm index 87d55dad4..3cb3806ca 100644 --- a/event/poke_seer.asm +++ b/event/poke_seer.asm @@ -14,7 +14,7 @@ SpecialPokeSeer: ; 4f0bc call Functiona36 ld b, $6 - callba Function50000 + callba SelectMonFromParty jr c, .cancel ld a, [CurPartySpecies] @@ -287,8 +287,9 @@ PrintSeerText: ; 4f26d ld e, a ld d, 0 ld hl, SeerTexts +rept 2 add hl, de - add hl, de +endr ld a, [hli] ld h, [hl] ld l, a |