mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 16:45:24 +13:00
I forgot files. whoops
This commit is contained in:
parent
99cf04ebea
commit
63558a935f
8 changed files with 78 additions and 2 deletions
3
maps/Route57.ablk
Normal file
3
maps/Route57.ablk
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
|
||||
20
maps/Route57.asm
Normal file
20
maps/Route57.asm
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
object_const_def
|
||||
|
||||
Route57_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
Route57_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 12, 48, SAVOY_CITY, 2
|
||||
warp_event 13, 48, SAVOY_CITY, 3
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
|
||||
|
|
@ -187,8 +187,8 @@ SavoyCity_MapEvents:
|
|||
|
||||
def_warp_events
|
||||
warp_event 33, 15, ROUTE_50_SAVOY_CITY_GATE, 1 ;east gate
|
||||
warp_event 22, 5, DEBUG_ROOM, 1 ;north gate, left
|
||||
warp_event 23, 5, DEBUG_ROOM, 1 ;north gate, right
|
||||
warp_event 22, 5, ROUTE_57, 1 ;north gate, left
|
||||
warp_event 23, 5, ROUTE_57, 2 ;north gate, right
|
||||
warp_event 4, 8, CORAL_CITY, 1 ;port north
|
||||
warp_event 4, 9, CORAL_CITY, 2 ;port south
|
||||
warp_event 25, 14, SAVOY_CITY_POKECENTER_1F, 1 ; pokecenter
|
||||
|
|
|
|||
3
maps/SunglowCity.ablk
Normal file
3
maps/SunglowCity.ablk
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
"#
|
||||
*+/&',-.123 !$%0()4"#&
|
||||
20
maps/SunglowCity.asm
Normal file
20
maps/SunglowCity.asm
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
object_const_def
|
||||
|
||||
SunglowCity_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
SunglowCity_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 8, 5, DEBUG_ROOM, 1
|
||||
warp_event 9, 5, DEBUG_ROOM, 1
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue