mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 00:25:24 +13:00
Route 49_2
This completes the SW97 demo content, featuring translated text!
This commit is contained in:
parent
e7fb81e28e
commit
ebab1da7b4
17 changed files with 175 additions and 35 deletions
|
|
@ -375,8 +375,15 @@ ENDM
|
|||
connection north, Route10North, ROUTE_10_NORTH, 0
|
||||
connection south, LavenderTown, LAVENDER_TOWN, 0
|
||||
|
||||
map_attributes SilentHills, SILENT_HILLS, $00, WEST ; this is on its own for now. add connections to mt. silver later.
|
||||
map_attributes SilentHills, SILENT_HILLS, $00, WEST ; this is on its own for now. add connections to Prince later.
|
||||
connection west, Route49, ROUTE_49, 0
|
||||
|
||||
map_attributes Route49, ROUTE_49, $05, EAST | WEST
|
||||
connection east, SilentHills, SILENT_HILLS, $05, 0
|
||||
connection west, Route49_2, ROUTE_49_2, $05, 0
|
||||
|
||||
map_attributes Route49_2, ROUTE_49_2, $05, 0, EAST
|
||||
connection east, Route49, ROUTE_49, $05, 0
|
||||
|
||||
map_attributes Route23, ROUTE_23, $0f, 0
|
||||
map_attributes SproutTower1F, SPROUT_TOWER_1F, $00, 0
|
||||
|
|
@ -713,6 +720,5 @@ ENDM
|
|||
map_attributes CeruleanCaveB1F, CERULEAN_CAVE_B1F, $00, 0
|
||||
map_attributes DebugRoom, DEBUG_ROOM, $05, 0 ; Debug Room :V
|
||||
map_attributes CliffCave, CLIFF_CAVE, $00, 0
|
||||
map_attributes Route49, ROUTE_49, $00, 0
|
||||
map_attributes BlueForest, BLUE_FOREST, $00, 0 ; this is on its own for now. add connections later.
|
||||
map_attributes QuietCave, QUIET_CAVE, $00, 0
|
||||
map_attributes QuietCave, QUIET_CAVE, $76, 0
|
||||
|
|
|
|||
|
|
@ -1092,3 +1092,6 @@ Route49_Blocks:
|
|||
|
||||
QuietCave_Blocks:
|
||||
INCBIN "maps/QuietCave.ablk"
|
||||
|
||||
Route49_2_Blocks:
|
||||
INCBIN "maps/Route49_2.ablk"
|
||||
|
|
|
|||
|
|
@ -559,6 +559,7 @@ MapGroup_SilentHills:
|
|||
map DebugRoom, TILESET_NIHON_01, TOWN, LANDMARK_SILENT_HILLS, MUSIC_SINJOH_RUINS, TRUE, PALETTE_MORN, FISHGROUP_SHORE
|
||||
map Route49, TILESET_NIHON_01, ROUTE, LANDMARK_ROUTE_49, MUSIC_ROUTE_30, TRUE, PALETTE_AUTO, FISHGROUP_POND
|
||||
map QuietCave, TILESET_NIHON_01, ROUTE, LANDMARK_QUIET_CAVE, MUSIC_ROUTE_30, TRUE, PALETTE_AUTO, FISHGROUP_POND
|
||||
map Route49_2, TILESET_NIHON_01, ROUTE, LANDMARK_ROUTE_49, MUSIC_ROUTE_30, TRUE, PALETTE_AUTO, FISHGROUP_POND
|
||||
assert_table_length NUM_SILENT_HILLS_MAPS
|
||||
|
||||
MapGroup_BlueForest:
|
||||
|
|
|
|||
|
|
@ -309,7 +309,6 @@ IndigoGroupSprites:
|
|||
db SPRITE_POKE_BALL
|
||||
db SPRITE_BOULDER
|
||||
|
||||
SilentHillsGroupSprites: ; Will have its own thing eventually
|
||||
BlueForestGroupSprites: ; Will have its own thing eventually
|
||||
NewBarkGroupSprites:
|
||||
db SPRITE_SUICUNE
|
||||
|
|
|
|||
|
|
@ -503,3 +503,4 @@ INCLUDE "maps/CliffCave.asm"
|
|||
INCLUDE "maps/Route49.asm"
|
||||
INCLUDE "maps/BlueForest.asm"
|
||||
INCLUDE "maps/QuietCave.asm"
|
||||
INCLUDE "maps/Route49_2.asm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue