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

@ -7,8 +7,9 @@ RedsHouse2F_Object:
;warp_event 5, 1, SILPH_CO_11F, 1 ; - Test Omega & Giovanni
;warp_event 5, 1, ROCKET_HIDEOUT_B4F, 2 ; - Test Giovanni 1
;warp_event 5, 1, MT_MOON_SQUARE, 1 ; - Test Shop, NPCs, and Crater
warp_event 5, 1, CELESTE_HILL, 2 ; - Test Birds
;warp_event 5, 1, CELESTE_HILL, 2 ; - Test GMolt
;warp_event 5, 1, INDIGO_PLATEAU_LOBBY, 1 ; easy league access
warp_event 5, 1, GARNET_CAVERN_B1F, 1 ; Test GCuno
def_bg_events

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