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
|
|
@ -672,6 +672,7 @@
|
|||
const EVENT_BEAT_FISHER_WILTON2
|
||||
const EVENT_BEAT_FISHER_SCOTT
|
||||
const EVENT_BEAT_FISHER_WILTON3
|
||||
const EVENT_BEAT_FISHER_BRAN
|
||||
; Twins
|
||||
const EVENT_BEAT_TWINS_AMY_AND_MAY
|
||||
const EVENT_BEAT_TWINS_ANN_AND_ANNE
|
||||
|
|
|
|||
|
|
@ -127,6 +127,7 @@ DEF KANTO_LANDMARK EQU const_value
|
|||
const LANDMARK_SEVEN_ISLAND
|
||||
DEF NIHON_LANDMARK EQU const_value
|
||||
const LANDMARK_WINNERS_PATH
|
||||
const LANDMARK_UNNUMBERED_ROUTE
|
||||
const LANDMARK_SILENT_HILLS
|
||||
const LANDMARK_DEBUG_ROOM
|
||||
const LANDMARK_ROUTE_49
|
||||
|
|
|
|||
|
|
@ -617,19 +617,20 @@ ENDM
|
|||
|
||||
newgroup SILENT_HILLS ; 35
|
||||
map_const WINNERS_PATH, 10, 26 ; 1
|
||||
map_const WINNERS_PATH_OUTSIDE, 9, 30 ; 1
|
||||
map_const SILENT_HILLS, 10, 10 ; 2
|
||||
map_const DEBUG_ROOM, 20, 20 ; 3
|
||||
map_const ROUTE_49, 15, 9 ; 4
|
||||
map_const QUIET_CAVE, 27, 18 ; 5
|
||||
map_const ROUTE_49_2, 10, 19 ; 6
|
||||
map_const SILENT_HILLS_POKECENTER_1F, 10, 4 ; 7
|
||||
map_const SILVERS_HOUSE, 5, 5 ; 8
|
||||
map_const CALS_HOUSE_1F, 5, 4 ; 9
|
||||
map_const CALS_HOUSE_2F, 5, 4 ; 10
|
||||
map_const SINJOH_RUINS_EXTERIOR, 10, 10 ; 11
|
||||
map_const SINJOH_RUINS_INTERIOR, 10, 10 ; 12
|
||||
map_const ROUTE_49_OLD_CITY_GATE, 5, 4 ; 13
|
||||
map_const WINNERS_PATH_OUTSIDE, 9, 30 ; 2
|
||||
map_const UNNUMBERED_ROUTE, 31, 9 ; 3
|
||||
map_const SILENT_HILLS, 10, 10 ; 4
|
||||
map_const DEBUG_ROOM, 20, 20 ; 5
|
||||
map_const ROUTE_49, 15, 9 ; 6
|
||||
map_const QUIET_CAVE, 27, 18 ; 7
|
||||
map_const ROUTE_49_2, 10, 19 ; 8
|
||||
map_const SILENT_HILLS_POKECENTER_1F, 10, 4 ; 9
|
||||
map_const SILVERS_HOUSE, 5, 5 ; 10
|
||||
map_const CALS_HOUSE_1F, 5, 4 ; 11
|
||||
map_const CALS_HOUSE_2F, 5, 4 ; 12
|
||||
map_const SINJOH_RUINS_EXTERIOR, 10, 10 ; 13
|
||||
map_const SINJOH_RUINS_INTERIOR, 10, 10 ; 14
|
||||
map_const ROUTE_49_OLD_CITY_GATE, 5, 4 ; 15
|
||||
endgroup
|
||||
|
||||
newgroup BLUE_FOREST ; 36
|
||||
|
|
|
|||
|
|
@ -210,12 +210,12 @@ DEF KRIS EQU __trainer_class__
|
|||
const GAVEN3
|
||||
const BLAKE
|
||||
const BRIAN
|
||||
const ERICK ; unused
|
||||
const ANDY ; unused
|
||||
const ERICK
|
||||
const ANDY
|
||||
const TYLER ; unused
|
||||
const SEAN
|
||||
const KEVIN
|
||||
const STEVE ; unused
|
||||
const STEVE
|
||||
const ALLEN
|
||||
const DARIN
|
||||
|
||||
|
|
@ -384,6 +384,7 @@ DEF KRIS EQU __trainer_class__
|
|||
const RALPH4
|
||||
const RALPH5
|
||||
const TULLY4
|
||||
const BRAN
|
||||
|
||||
trainerclass SWIMMERM ; 26
|
||||
const HAROLD
|
||||
|
|
@ -447,7 +448,7 @@ DEF KRIS EQU __trainer_class__
|
|||
trainerclass SUPER_NERD ; 29
|
||||
const STAN
|
||||
const ERIC
|
||||
const GREGG ; unused
|
||||
const GREGG
|
||||
const JAY ; unused
|
||||
const DAVE ; unused
|
||||
const SAM
|
||||
|
|
@ -734,8 +735,8 @@ DEF KRIS EQU __trainer_class__
|
|||
const DORNYEI ; unused, Zoltan Dornyei, famous ELT teacher
|
||||
|
||||
trainerclass PAINTER ; 51
|
||||
const RACHEL ; Famous figure in the prototype Pokemon community and unused general girl name, unused
|
||||
const DALI ; unused
|
||||
const RACHEL ; Famous figure in the prototype Pokemon community and unused general girl name, unused, give kotora, smeargle...
|
||||
const DALI
|
||||
|
||||
trainerclass SOLDIER ; 52
|
||||
const PEPPINO ; unused, may change
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue