mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 23:22:26 +13:00
BIG changes to postgame island
- Properly adds Brunswick Grotto, as well as Celeste Hill Outside and Celeste Hill Cave - Citrine City received a minor redesign, putting the path to Brunswick Trail more to the west - Added complete event for Galarian Zapdos as well as an encounterable, but unfinished Galarian Moltres, so all 3 birds can currently be caught
This commit is contained in:
parent
5279e8a06e
commit
f9d6534bcf
34 changed files with 208 additions and 299 deletions
|
|
@ -50,6 +50,7 @@ DEF SHOW EQU $15
|
|||
const HS_ROUTE_24_ITEM ; 26 X
|
||||
const HS_ROUTE_25_ITEM ; 27 X
|
||||
const HS_CACTUS ; 28 X
|
||||
const HS_BRUNSWICK_ZAPDOS_G_1 ; 29 X
|
||||
const HS_DAISY_SITTING ; 2A
|
||||
const HS_DAISY_WALKING ; 2B
|
||||
const HS_TOWN_MAP ; 2C
|
||||
|
|
@ -67,12 +68,9 @@ DEF SHOW EQU $15
|
|||
const HS_CERULEAN_CAVE_1F_ITEM_1 ; 38 X
|
||||
const HS_CERULEAN_CAVE_1F_ITEM_2 ; 39 X
|
||||
const HS_CERULEAN_CAVE_1F_ITEM_3 ; 3A X
|
||||
const HS_CELESTE_ZAPDOS_G ; 3B
|
||||
const HS_CELESTE_ARTICUNO_G ; 3C
|
||||
const HS_MOLTRES_G ; 3D X
|
||||
const HS_POKEMON_TOWER_2F_RIVAL ; 3E
|
||||
const HS_BRUNSWICK_ZAPDOS_G_1 ; 29 X
|
||||
const HS_BRUNSWICK_ZAPDOS_G_2 ;was const HS_POKEMON_TOWER_3F_ITEM ; 3F X
|
||||
const HS_BRUNSWICK_ZAPDOS_G_2 ;was const HS_POKEMON_TOWER_3F_ITEM ; 3F X
|
||||
const HS_POKEMON_TOWER_4F_ITEM_1 ; 40 X
|
||||
const HS_POKEMON_TOWER_4F_ITEM_2 ; 41 X
|
||||
const HS_POKEMON_TOWER_4F_ITEM_3 ; 42 X
|
||||
|
|
@ -187,7 +185,6 @@ DEF SHOW EQU $15
|
|||
const HS_SILPH_CO_7F_RIVAL ; AF
|
||||
const HS_SILPH_CO_7F_ITEM_1 ; B0 X
|
||||
const HS_SILPH_CO_7F_ITEM_2 ; B1 X
|
||||
const HS_SILPH_CO_7F_8 ; B2 XXX sprite doesn't exist
|
||||
const HS_SILPH_CO_8F_1 ; B3
|
||||
const HS_SILPH_CO_8F_2 ; B4
|
||||
const HS_SILPH_CO_8F_3 ; B5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue