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
|
|
@ -1796,8 +1796,12 @@ BeautyGroup:
|
|||
|
||||
next_list_item ; BEAUTY (4)
|
||||
db "JACLYN@", TRAINERTYPE_NORMAL
|
||||
db 15
|
||||
dw SENTRET
|
||||
db 53
|
||||
dw FURRET
|
||||
db 53
|
||||
dw MEGANIUM
|
||||
db 55
|
||||
dw EUCALA
|
||||
db -1 ; end
|
||||
|
||||
next_list_item ; BEAUTY (5)
|
||||
|
|
@ -5495,8 +5499,10 @@ CueBallGroup:
|
|||
EngineerGroup:
|
||||
next_list_item ; ENGINEER (1)
|
||||
db "DASHU@", TRAINERTYPE_NORMAL
|
||||
db 23
|
||||
dw MAGNEMITE
|
||||
db 52
|
||||
dw MAGNEZONE
|
||||
db 54
|
||||
dw ELECTIVIRE
|
||||
db -1 ; end
|
||||
end_list_items
|
||||
|
||||
|
|
@ -5538,6 +5544,13 @@ PainterGroup:
|
|||
db 23
|
||||
dw SMEARGLE
|
||||
db -1 ; end
|
||||
|
||||
next_list_item ; PAINTER (1)
|
||||
db "DALI@", TRAINERTYPE_NORMAL
|
||||
db 23
|
||||
dw SMEARGLE
|
||||
db -1 ; end
|
||||
|
||||
end_list_items
|
||||
|
||||
SoldierGroup:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue