mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-20 06:08:57 +13:00
Improved Cinnabar Volcano + Mansion B2F!
- Cinnabar Volcano now requires Strength to complete, and contains several trainers, including 3 Firefighters. - The entrance to Mansion B2F has been changed to a warp pad instead of a staircase. - Removed the boulders in B2F to fix a bug and to prevent softlocks. - Minor text fixes.
This commit is contained in:
parent
29fc579c3f
commit
4384bc639d
19 changed files with 259 additions and 59 deletions
|
|
@ -751,7 +751,12 @@
|
|||
const_skip 15
|
||||
const EVENT_BEAT_MANSION_3_TRAINER_0
|
||||
const EVENT_BEAT_MANSION_3_TRAINER_1
|
||||
const_skip 14
|
||||
const_skip 6
|
||||
const EVENT_BEAT_CINNABAR_VOLCANO_TRAINER_1
|
||||
const EVENT_BEAT_CINNABAR_VOLCANO_TRAINER_2
|
||||
const EVENT_BEAT_CINNABAR_VOLCANO_TRAINER_3
|
||||
const EVENT_BEAT_CINNABAR_VOLCANO_TRAINER_4
|
||||
const_skip 4
|
||||
const EVENT_BEAT_MANSION_4_TRAINER_0
|
||||
const EVENT_BEAT_MANSION_4_TRAINER_1
|
||||
|
||||
|
|
|
|||
|
|
@ -251,4 +251,5 @@ DEF SHOW EQU $15
|
|||
const HS_GLADE_GZAP_1 ; EE
|
||||
const HS_GLADE_GZAP_2 ; EF
|
||||
const HS_GLADE_GZAP_3 ; F0
|
||||
DEF NUM_HS_OBJECTS EQU const_value ; F1 - FE all go unused.
|
||||
const HS_CINNABAR_VOLCANO_FLOORS_ITEM ; F1
|
||||
DEF NUM_HS_OBJECTS EQU const_value ; F2 - FE all go unused.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue