mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Finishing the Gauntlet maps
All the trainers are still missing, as is the guard. But the maps themselves are accessible, and the wild encounters work too.
This commit is contained in:
parent
a8f7c62ffe
commit
c3fd568b7b
35 changed files with 264 additions and 84 deletions
|
|
@ -8,9 +8,9 @@ PokemonTower6F_Object:
|
|||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
object_event 9, 10, SPRITE_CHANNELER, STAY, RIGHT, 1, OPP_CHANNELER, 19
|
||||
object_event 9, 10, SPRITE_CHANNELER, STAY, LEFT, 1, OPP_CHANNELER, 19
|
||||
object_event 12, 5, SPRITE_CHANNELER, STAY, DOWN, 2, OPP_CHANNELER, 20
|
||||
object_event 5, 5, SPRITE_CHANNELER, STAY, LEFT, 3, OPP_CHANNELER, 21
|
||||
object_event 5, 5, SPRITE_CHANNELER, STAY, RIGHT, 3, OPP_CHANNELER, 21
|
||||
object_event 15, 8, SPRITE_POKE_BALL, STAY, NONE, 4, RARE_CANDY
|
||||
object_event 7, 14, SPRITE_POKE_BALL, STAY, NONE, 5, X_ACCURACY
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ SilphCo1F_Object:
|
|||
warp_event 10, 17, LAST_MAP, 6
|
||||
warp_event 11, 17, LAST_MAP, 6
|
||||
warp_event 26, 0, SILPH_CO_2F, 1
|
||||
;warp_event 20, 0, SILPH_CO_ELEVATOR, 1
|
||||
warp_event 14, 0, SILPH_GAUNTLET_1F, 1
|
||||
warp_event 16, 10, SILPH_CO_3F, 7
|
||||
|
||||
def_bg_events
|
||||
|
|
|
|||
12
data/maps/objects/SilphGauntlet1F.asm
Normal file
12
data/maps/objects/SilphGauntlet1F.asm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
SilphGauntlet1F_Object:
|
||||
db $3 ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 14, 1, SILPH_CO_1F, 4
|
||||
warp_event 8, 9, SILPH_GAUNTLET_2F, 1
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
|
||||
def_warps_to SILPH_GAUNTLET_1F
|
||||
12
data/maps/objects/SilphGauntlet2F.asm
Normal file
12
data/maps/objects/SilphGauntlet2F.asm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
SilphGauntlet2F_Object:
|
||||
db $3 ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 7, 5, SILPH_GAUNTLET_1F, 2
|
||||
warp_event 3, 13, SILPH_GAUNTLET_3F, 1
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
|
||||
def_warps_to SILPH_GAUNTLET_2F
|
||||
26
data/maps/objects/SilphGauntlet3F.asm
Normal file
26
data/maps/objects/SilphGauntlet3F.asm
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
SilphGauntlet3F_Object:
|
||||
db $c ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 6, 12, SILPH_GAUNTLET_2F, 2
|
||||
warp_event 16, 2, SILPH_GAUNTLET_4F, 1
|
||||
warp_event 11, 11, SILPH_GAUNTLET_3F, 4
|
||||
warp_event 2, 25, SILPH_GAUNTLET_3F, 3
|
||||
warp_event 3, 25, SILPH_GAUNTLET_3F, 3
|
||||
warp_event 15, 11, SILPH_GAUNTLET_3F, 7
|
||||
warp_event 12, 25, SILPH_GAUNTLET_3F, 6
|
||||
warp_event 13, 25, SILPH_GAUNTLET_3F, 6
|
||||
warp_event 19, 11, SILPH_GAUNTLET_3F, 10
|
||||
warp_event 22, 25, SILPH_GAUNTLET_3F, 9
|
||||
warp_event 23, 25, SILPH_GAUNTLET_3F, 9
|
||||
warp_event 23, 11, SILPH_GAUNTLET_3F, 13
|
||||
warp_event 32, 25, SILPH_GAUNTLET_3F, 12
|
||||
warp_event 33, 25, SILPH_GAUNTLET_3F, 12
|
||||
warp_event 32, 20, SILPH_GAUNTLET_3F, 16
|
||||
warp_event 25, 4, SILPH_GAUNTLET_3F, 15
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
|
||||
def_warps_to SILPH_GAUNTLET_3F
|
||||
12
data/maps/objects/SilphGauntlet4F.asm
Normal file
12
data/maps/objects/SilphGauntlet4F.asm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
SilphGauntlet4F_Object:
|
||||
db $1 ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 1, 5, SILPH_GAUNTLET_3F, 2
|
||||
warp_event 3, 16, SILPH_GAUNTLET_5F, 1
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
|
||||
def_warps_to SILPH_GAUNTLET_4F
|
||||
12
data/maps/objects/SilphGauntlet5F.asm
Normal file
12
data/maps/objects/SilphGauntlet5F.asm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
SilphGauntlet5F_Object:
|
||||
db $0 ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 2, 15, SILPH_GAUNTLET_4F, 2
|
||||
warp_event 2, 3, SILPH_GAUNTLET_6F, 1
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
|
||||
def_warps_to SILPH_GAUNTLET_5F
|
||||
11
data/maps/objects/SilphGauntlet6F.asm
Normal file
11
data/maps/objects/SilphGauntlet6F.asm
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
SilphGauntlet6F_Object:
|
||||
db $2e ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 2, 3, SILPH_GAUNTLET_5F, 2
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
|
||||
def_warps_to SILPH_GAUNTLET_6F
|
||||
10
data/maps/objects/SilphGauntlet7F.asm
Normal file
10
data/maps/objects/SilphGauntlet7F.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
SilphGauntlet7F_Object:
|
||||
db $d ; border block
|
||||
|
||||
def_warp_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
|
||||
def_warps_to SILPH_GAUNTLET_7F
|
||||
Loading…
Add table
Add a link
Reference in a new issue