mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 23:22:26 +13:00
Warps, ArticunoG, refactored Garnet 2F
I messed up Garnet Cavern's 2F name for some reason Also added all the warps which are, ironically, exactly the same as the international Cerulean Cave. Added the event for Galarian Articuno but gee I hope the constant skip doesn't cause any issues
This commit is contained in:
parent
4da1a1235d
commit
084e03efa1
25 changed files with 95 additions and 47 deletions
|
|
@ -155,6 +155,7 @@ DEF SHOW EQU $15
|
|||
const HS_ROCKET_HIDEOUT_B4F_ITEM_3 ; 8F X
|
||||
const HS_ROCKET_HIDEOUT_B4F_ITEM_4 ; 90
|
||||
const HS_ROCKET_HIDEOUT_B4F_ITEM_5 ; 91
|
||||
const HS_GARNET_CAVERN_MOLTRES_G ; FC here right?
|
||||
const HS_SILPH_CO_2F_1 ; 92 XXX never (de)activated?
|
||||
const HS_SILPH_CO_2F_2 ; 93
|
||||
const HS_SILPH_CO_3F_1 ; 94
|
||||
|
|
@ -261,5 +262,4 @@ DEF SHOW EQU $15
|
|||
const HS_MT_MOON_CRATER_ITEM_9 ; F9
|
||||
const HS_MT_MOON_CRATER_ITEM_10 ; FA
|
||||
const HS_MT_MOON_CRATER_ITEM_11 ; FB
|
||||
;const HS_GARNET_CAVERN_MOLTRES_G ; FC
|
||||
DEF NUM_HS_OBJECTS EQU const_value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue