mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +12:00
Fix Galarian Articuno
Very simple, very embarrassing glitch. One bird to go.
This commit is contained in:
parent
4ca73c9dfd
commit
ee001744dc
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue