mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 06:38:40 +13:00
More bug fixes!
- The Zapdos in Brunswick Glade now vanish correctly, due to fixing a desync in the hide/show data - Brunswick Glade's palette displays correctly - Improved Citrine City's theme a little - Changed palettes for Cryithan's line to reflect their upcoming redesign - Updated Cryithan's sprite
This commit is contained in:
parent
6e3a81a163
commit
21b3f0f5a7
13 changed files with 207 additions and 296 deletions
|
|
@ -1,18 +1,18 @@
|
|||
BrunswickGlade_Object:
|
||||
db $3 ; border block
|
||||
db $2 ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 19, 39, BRUNSWICK_TRAIL, 2
|
||||
warp_event 18, 39, BRUNSWICK_TRAIL, 2
|
||||
warp_event 9, 0, BRUNSWICK_GROTTO, 2
|
||||
warp_event 19, 39, BRUNSWICK_TRAIL, 2
|
||||
warp_event 8, 0, BRUNSWICK_GROTTO, 1
|
||||
warp_event 9, 0, BRUNSWICK_GROTTO, 2
|
||||
|
||||
def_bg_events
|
||||
bg_event 14, 24, 4
|
||||
|
||||
def_object_events
|
||||
object_event 32, 25, SPRITE_BIRD, STAY, DOWN, 1
|
||||
object_event 15, 8, SPRITE_BIRD, STAY, RIGHT, 2
|
||||
object_event 19, 18, SPRITE_BIRD, STAY, RIGHT, 3
|
||||
object_event 20, 18, SPRITE_BIRD, STAY, RIGHT, 2
|
||||
object_event 14, 8, SPRITE_BIRD, STAY, RIGHT, 3
|
||||
|
||||
def_warps_to BRUNSWICK_GLADE
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
BrunswickGrotto_Object:
|
||||
db $3 ; border block
|
||||
db $2 ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 24, 23, BRUNSWICK_GLADE, 3
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
CelesteHill_Object:
|
||||
db $0 ; border block
|
||||
db $2 ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 10, 21, CELESTE_HILL_OUTSIDE, 7
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
CelesteHillOutside_Object:
|
||||
db $3 ; border block
|
||||
db $2 ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 18, 35, CITRINE_CITY, 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue