Fix Galarian Articuno

Very simple, very embarrassing glitch. One bird to go.
This commit is contained in:
Llinos Evans 2023-07-03 17:29:21 +01:00
parent 4ca73c9dfd
commit ee001744dc
2 changed files with 3 additions and 2 deletions

View file

@ -26,13 +26,13 @@ ArticunoGTrainerHeader:
db -1 ; end
ArticunoGText:
text_asm
ld a, HS_ARTICUNO_G_COPY_1
ld [wMissableObjectIndex], a
predef HideObject
ld a, HS_ARTICUNO_G_COPY_2
ld [wMissableObjectIndex], a
predef HideObject
text_asm
ld hl, ArticunoGTrainerHeader
call TalkToTrainer
jp TextScriptEnd