mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 22:52:15 +13:00
The Big One Again
Pushing everything I've done, currently doesn't build because the Galarian Birds filesize is too thicc for the section but I need to push this before I go mad
This commit is contained in:
parent
1466465f63
commit
14f08c941d
57 changed files with 3676 additions and 370 deletions
|
|
@ -2,8 +2,8 @@ ChampionsRoom_Object:
|
|||
db $3 ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 3, 7, LANCES_ROOM, 2
|
||||
warp_event 4, 7, LANCES_ROOM, 3
|
||||
warp_event 4, 11, LANCES_ROOM, 2
|
||||
warp_event 5, 11, LANCES_ROOM, 3
|
||||
warp_event 3, 0, HALL_OF_FAME, 1
|
||||
warp_event 4, 0, HALL_OF_FAME, 1
|
||||
|
||||
|
|
@ -11,6 +11,6 @@ ChampionsRoom_Object:
|
|||
|
||||
def_object_events
|
||||
object_event 4, 2, SPRITE_BLUE, STAY, DOWN, 1 ; person
|
||||
object_event 3, 7, SPRITE_OAK, STAY, UP, 2 ; person
|
||||
object_event 3, 8, SPRITE_OAK, STAY, UP, 2 ; person
|
||||
|
||||
def_warps_to CHAMPIONS_ROOM
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Route12SuperRodHouse_Object:
|
||||
FishingGuruHouse_Object:
|
||||
db $a ; border block
|
||||
|
||||
def_warp_events
|
||||
|
|
@ -11,4 +11,4 @@ Route12SuperRodHouse_Object:
|
|||
object_event 2, 4, SPRITE_FISHING_GURU, STAY, RIGHT, 1 ; person
|
||||
object_event 5, 6, SPRITE_YOUNGSTER, WALK, LEFT, 2 ; person
|
||||
|
||||
def_warps_to ROUTE_12_SUPER_ROD_HOUSE
|
||||
def_warps_to FISHING_GURU_HOUSE
|
||||
|
|
@ -2,7 +2,7 @@ Route24_Object:
|
|||
db $2c ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 5, 5, ROUTE_12_SUPER_ROD_HOUSE, 1
|
||||
warp_event 5, 5, FISHING_GURU_HOUSE, 1
|
||||
|
||||
def_bg_events
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue