mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-20 14:18:34 +13:00
Groundwork for Galarcuno in Garnet Cavern
This sets up most of the content necessary for Galarian Articuno's event. In SwSh, it has 2 copies, so I'm doing that here too. Right now, the fight doesn't work properly and the copies don't hide properly. Otherwise, it's roughly how we want it to be.
This commit is contained in:
parent
f1c8a3bdbb
commit
8979403c5d
6 changed files with 76 additions and 8 deletions
|
|
@ -157,6 +157,10 @@ DEF SHOW EQU $15
|
|||
const HS_ROCKET_HIDEOUT_B4F_ITEM_4 ; 93
|
||||
const HS_ROCKET_HIDEOUT_B4F_ITEM_5 ; 94
|
||||
const HS_GARNET_ARTICUNO_G ; 95
|
||||
const HS_GARNET_ITEM_1
|
||||
const HS_GARNET_ITEM_2
|
||||
const HS_ARTICUNO_G_COPY_1
|
||||
const HS_ARTICUNO_G_COPY_2
|
||||
const HS_SILPH_CO_3F_1 ; 96
|
||||
const HS_SILPH_CO_3F_2 ; 97
|
||||
const HS_SILPH_CO_3F_ITEM ; 98 X
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue