mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Winner's Path outside & connected
This makes and connects Winner's Path Outside to Victory Road Gate. Also fixes bugs in Winner's Path that caused signs to crash the game. Next, making the route that connects to Silent Hills, and reintegrating Mt. Silver!
This commit is contained in:
parent
85ed8efe18
commit
157bfdc15b
18 changed files with 253 additions and 63 deletions
|
|
@ -1073,7 +1073,19 @@
|
|||
const EVENT_BEAT_SAGE_GAKU
|
||||
const EVENT_BEAT_SAGE_MASA
|
||||
const EVENT_BEAT_SAGE_KOJI
|
||||
; Unused: next 116 events
|
||||
; New trainers
|
||||
const EVENT_BEAT_CHANNELER_SHANNA ; unused
|
||||
const EVENT_BEAT_CUE_BALL_KIRBY ; unused
|
||||
const EVENT_BEAT_ENGINEER_DASHU
|
||||
const EVENT_BEAT_ROCKER_BOWIE ; unused
|
||||
const EVENT_BEAT_TAMER_MOE ; unused
|
||||
const EVENT_BEAT_FIREFIGHTER_REMY ; unused
|
||||
const EVENT_BEAT_TEACHERM_DORNYEI ; unused
|
||||
const EVENT_BEAT_PAINTER_RACHEL ; unused
|
||||
const EVENT_BEAT_PAINTER_DALI ; unused
|
||||
const EVENT_BEAT_SOLDIER_PEPPINO ; unused
|
||||
const EVENT_BEAT_SPORTSMAN_JACQUES ; unused
|
||||
; Unused: next 106 events
|
||||
|
||||
const_next 1600
|
||||
; Sprite visibility flags
|
||||
|
|
|
|||
|
|
@ -617,6 +617,7 @@ 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
|
||||
|
|
|
|||
|
|
@ -245,8 +245,8 @@ DEF KRIS EQU __trainer_class__
|
|||
trainerclass BEAUTY ; 1d
|
||||
const VICTORIA
|
||||
const SAMANTHA
|
||||
const JULIE ; unused
|
||||
const JACLYN ; unused
|
||||
const JULIE
|
||||
const JACLYN
|
||||
const BRENDA ; unused
|
||||
const CASSIE
|
||||
const CAROLINE ; unused
|
||||
|
|
@ -257,7 +257,7 @@ DEF KRIS EQU __trainer_class__
|
|||
const KENDRA ; unused
|
||||
const VERONICA ; unused
|
||||
const JULIA
|
||||
const THERESA ; unused
|
||||
const THERESA
|
||||
const VALERIE
|
||||
const OLIVIA
|
||||
|
||||
|
|
@ -517,7 +517,7 @@ DEF KRIS EQU __trainer_class__
|
|||
|
||||
trainerclass FIREBREATHER ; 30
|
||||
const OTIS
|
||||
const DICK ; unused
|
||||
const DICK
|
||||
const NED ; unused
|
||||
const BURT
|
||||
const BILL
|
||||
|
|
@ -713,34 +713,35 @@ DEF KRIS EQU __trainer_class__
|
|||
const EUSINE
|
||||
|
||||
trainerclass CHANNELER ; 44
|
||||
const SHANNA
|
||||
const SHANNA ; unused
|
||||
|
||||
trainerclass CUE_BALL ; 45
|
||||
const KIRBY ; That one Cleffa trainer.
|
||||
const KIRBY ; unused, that one Cleffa trainer.
|
||||
|
||||
trainerclass ENGINEER ; 46
|
||||
const DASHU ; From Mandarin 大叔, literally meaning "uncle". Affectionately refers to middle-aged men, and is the name for the class in Chinese.
|
||||
const DASHU ; unused, From Mandarin 大叔, literally meaning "uncle". Affectionately refers to middle-aged men, and is the name for the class in Chinese.
|
||||
|
||||
trainerclass ROCKER ; 47
|
||||
const BOWIE ; David Bowie!
|
||||
const BOWIE ; unused
|
||||
|
||||
trainerclass TAMER ; 48
|
||||
const MOE ; Ace Attorney reference
|
||||
const MOE ; unused
|
||||
|
||||
trainerclass FIREFIGHTER ; 49
|
||||
const REMY ; I am in France and larping at the time of doing this
|
||||
const REMY ; unused
|
||||
|
||||
trainerclass TEACHERM ; 50
|
||||
const DORNYEI ; Zoltan Dornyei, famous ELT teacher
|
||||
const DORNYEI ; unused, Zoltan Dornyei, famous ELT teacher
|
||||
|
||||
trainerclass PAINTER ; 51
|
||||
const RACHEL ; Could use Salvador Dali later, a surrealist painter.
|
||||
const RACHEL ; Famous figure in the prototype Pokemon community and unused general girl name, unused
|
||||
const DALI ; unused
|
||||
|
||||
trainerclass SOLDIER ; 52
|
||||
const PEPPINO ; come on. COME ON.
|
||||
const PEPPINO ; unused, may change
|
||||
|
||||
trainerclass SPORTSMAN ; 53
|
||||
const JACQUES ; also an ace attorney reference.
|
||||
const JACQUES ; unused
|
||||
|
||||
trainerclass AEROFOSSIL ; 54
|
||||
const FOSSIL1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue