mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Unnumbered Route
This route is unnumbered for now, because it's technically the last Nihon Route (numbered 23 in-prototype) and I don't know how to number it yet. It's easily find/replaced once we're sure, anyway. Wild data uses the prototype's plus a couple edits, levels are kept low as you're actually entering here. It's official: Nihon is connected to Johto and Kanto now!
This commit is contained in:
parent
aa67d01582
commit
289b250e89
24 changed files with 368 additions and 156 deletions
|
|
@ -375,8 +375,9 @@ ENDM
|
|||
connection north, Route10North, ROUTE_10_NORTH, 0
|
||||
connection south, LavenderTown, LAVENDER_TOWN, 0
|
||||
|
||||
map_attributes SilentHills, SILENT_HILLS, $05, WEST ; Add Prince and east connections later
|
||||
map_attributes SilentHills, SILENT_HILLS, $05, EAST | WEST ; Add Prince connections later
|
||||
connection west, Route49, ROUTE_49, 0
|
||||
connection east, UnnumberedRoute, UNNUMBERED_ROUTE, 0
|
||||
|
||||
map_attributes Route49, ROUTE_49, $05, EAST | WEST
|
||||
connection east, SilentHills, SILENT_HILLS, $05, 0
|
||||
|
|
@ -807,7 +808,13 @@ ENDM
|
|||
|
||||
; Nihon
|
||||
map_attributes WinnersPath, WINNERS_PATH, $00, 0
|
||||
map_attributes WinnersPathOutside, WINNERS_PATH_OUTSIDE, $05, 0
|
||||
map_attributes WinnersPathOutside, WINNERS_PATH_OUTSIDE, $05, NORTH
|
||||
connection north, UnnumberedRoute, UNNUMBERED_ROUTE, 0
|
||||
|
||||
map_attributes UnnumberedRoute, UNNUMBERED_ROUTE, $05, WEST | SOUTH
|
||||
connection south, WinnersPathOutside, WINNERS_PATH_OUTSIDE, 0
|
||||
connection west, SilentHills, SILENT_HILLS, 0
|
||||
|
||||
map_attributes BlueForest, BLUE_FOREST, $00, 0 ; this is on its own for now. add connections later.
|
||||
map_attributes QuietCave, QUIET_CAVE, $76, 0
|
||||
map_attributes SilentHillsPokecenter1F, SILENT_HILLS_POKECENTER_1F, $00, 0
|
||||
|
|
|
|||
|
|
@ -1204,3 +1204,6 @@ WinnersPath_Blocks:
|
|||
|
||||
WinnersPathOutside_Blocks:
|
||||
INCBIN "maps/WinnersPathOutside.ablk"
|
||||
|
||||
UnnumberedRoute_Blocks:
|
||||
INCBIN "maps/UnnumberedRoute.ablk"
|
||||
|
|
|
|||
|
|
@ -130,11 +130,12 @@ Landmarks:
|
|||
landmark 0, 0, UnknownName ; Six Island
|
||||
landmark 0, 0, UnknownName ; Seven Island
|
||||
assert_table_length NIHON_LANDMARK
|
||||
landmark 0, 0, WinnersPathName
|
||||
landmark 92, 108, SilentHillsName
|
||||
landmark 108, 116, WinnersPathName
|
||||
landmark 108, 108, UnknownName ; Unnumbered post-Winner's Path Route
|
||||
landmark 92, 108, SilentHillsName
|
||||
landmark 20, 28, UnknownName ; Debug Room
|
||||
landmark 91, 108, Route49Name ; probably not correct
|
||||
landmark 91, 108, QuietCaveName ; probably not correct
|
||||
landmark 84, 108, Route49Name
|
||||
landmark 76, 108, QuietCaveName
|
||||
landmark 140, 60, BlueForestName
|
||||
assert_table_length NUM_LANDMARKS
|
||||
|
||||
|
|
@ -164,7 +165,7 @@ WhirlIslandsName: db "WHIRL¯ISLANDS@"
|
|||
MtMortarName: db "MT.MORTAR@"
|
||||
DragonsDenName: db "DRAGON'S¯DEN@"
|
||||
IcePathName: db "ICE PATH@"
|
||||
NotApplicableName: db "N/A@" ; unreferenced ; "オバケやしき" ("HAUNTED HOUSE") in Japanese
|
||||
HauntedHouseName: db "HAUNTED¯HOUSE@" ; unreferenced ; "オバケやしき" ("HAUNTED HOUSE") in Japanese
|
||||
PalletTownName: db "PALLET TOWN@"
|
||||
ViridianCityName: db "VIRIDIAN¯CITY@"
|
||||
PewterCityName: db "PEWTER CITY@"
|
||||
|
|
|
|||
|
|
@ -675,6 +675,7 @@ MapGroup_SilentHills:
|
|||
table_width MAP_LENGTH, MapGroup_SilentHills
|
||||
map WinnersPath, TILESET_CAVE, CAVE, LANDMARK_WINNERS_PATH, MUSIC_VICTORY_ROAD, FALSE, PALETTE_NITE, FISHGROUP_DRATINI ; Sounds like a funny fishgroup
|
||||
map WinnersPathOutside, TILESET_NIHON_01, ROUTE, LANDMARK_WINNERS_PATH, MUSIC_INDIGO_PLATEAU, FALSE, PALETTE_AUTO, FISHGROUP_NONE
|
||||
map UnnumberedRoute, TILESET_NIHON_01, ROUTE, LANDMARK_UNNUMBERED_ROUTE, MUSIC_ROUTE_30, FALSE, PALETTE_AUTO, FISHGROUP_OCEAN
|
||||
map SilentHills, TILESET_NIHON_01, TOWN, LANDMARK_SILENT_HILLS, MUSIC_NIHON_TOWN_01, TRUE, PALETTE_AUTO, FISHGROUP_NONE
|
||||
map DebugRoom, TILESET_NIHON_01, TOWN, LANDMARK_DEBUG_ROOM, MUSIC_SINJOH_RUINS, TRUE, PALETTE_AUTO, FISHGROUP_SHORE
|
||||
map Route49, TILESET_NIHON_01, ROUTE, LANDMARK_ROUTE_49, MUSIC_ROUTE_30, TRUE, PALETTE_AUTO, FISHGROUP_POND
|
||||
|
|
|
|||
|
|
@ -703,7 +703,7 @@ SilentHillsGroupSprites:
|
|||
db SPRITE_OLD_LINK_RECEPTIONIST
|
||||
db SPRITE_BIG_LAPRAS
|
||||
db SPRITE_BIG_ONIX
|
||||
db SPRITE_SUDOWOODO
|
||||
db SPRITE_SUPER_NERD
|
||||
db SPRITE_POKEFAN_M
|
||||
db SPRITE_RIVAL
|
||||
db SPRITE_TEACHER
|
||||
|
|
|
|||
|
|
@ -594,3 +594,4 @@ SECTION "Map Scripts 29", ROMX
|
|||
INCLUDE "maps/Route49OldCityGate.asm"
|
||||
INCLUDE "maps/WinnersPath.asm"
|
||||
INCLUDE "maps/WinnersPathOutside.asm"
|
||||
INCLUDE "maps/UnnumberedRoute.asm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue