mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 16:45:24 +13:00
Merge branch 'master' of https://github.com/PlagueVonKarma/jep-hack
This commit is contained in:
commit
2b2a5617b8
23 changed files with 174 additions and 13 deletions
|
|
@ -926,6 +926,8 @@ ENDM
|
|||
|
||||
map_attributes SunglowCity, SUNGLOW_CITY, $03, SOUTH ; this is missing a route connection
|
||||
connection south, Route57, ROUTE_57, 0
|
||||
|
||||
map_attributes SunglowWell, SUNGLOW_WELL, $03, SOUTH ; this is missing a route connection
|
||||
|
||||
map_attributes BlueForest, BLUE_FOREST, $00, 0 ; this is on its own for now. add connections later.
|
||||
|
||||
|
|
|
|||
|
|
@ -1342,6 +1342,9 @@ Route57_Blocks:
|
|||
SunglowCity_Blocks:
|
||||
INCBIN "maps/SunglowCity.ablk"
|
||||
|
||||
SunglowWell_Blocks:
|
||||
INCBIN "maps/SunglowWell.ablk"
|
||||
|
||||
AventurineCity_Blocks:
|
||||
INCBIN "maps/AventurineCity.ablk"
|
||||
|
||||
|
|
|
|||
|
|
@ -769,6 +769,7 @@ MapGroup_SunglowCity:
|
|||
table_width MAP_LENGTH, MapGroup_SunglowCity
|
||||
map Route57, TILESET_NIHON_BIRDON, ROUTE, LANDMARK_ROUTE_57, MUSIC_MOBILE_ADAPTER_MENU, FALSE, PALETTE_AUTO, FISHGROUP_SHORE
|
||||
map SunglowCity, TILESET_NIHON_BIRDON, TOWN, LANDMARK_SUNGLOW_CITY, MUSIC_MOBILE_ADAPTER_MENU, FALSE, PALETTE_AUTO, FISHGROUP_SHORE
|
||||
map SunglowWell, TILESET_UNDERWATER, ROUTE, LANDMARK_SUNGLOW_CITY, MUSIC_MOBILE_ADAPTER, FALSE, PALETTE_AUTO, FISHGROUP_SHORE
|
||||
assert_table_length NUM_SUNGLOW_CITY_MAPS
|
||||
|
||||
MapGroup_BlueForest:
|
||||
|
|
|
|||
|
|
@ -655,4 +655,5 @@ INCLUDE "maps/Route52.asm"
|
|||
INCLUDE "maps/RuddyTown.asm"
|
||||
INCLUDE "maps/Route57.asm"
|
||||
INCLUDE "maps/SunglowCity.asm"
|
||||
INCLUDE "maps/AventurineCity.asm"
|
||||
INCLUDE "maps/AventurineCity.asm"
|
||||
INCLUDE "maps/SunglowWell.asm"
|
||||
Loading…
Add table
Add a link
Reference in a new issue