mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-08 17:15:24 +13:00
Route 50
This adds Route 50 to the game, as well as Jacky, albeit without the gate or house that you can warp to within. I decided that the game house will be where Shinjuku Jacky hangs out this time! He'll battle the player and give them uhhh idfk you figure it out Also I don't know what to call West City. It's a rather sea-blueish colour, sort of like duck egg blue. Sort of a Pacific Teal, right? I need another gay person to give colour ideas.
This commit is contained in:
parent
b7099d8ee8
commit
7114109368
32 changed files with 286 additions and 42 deletions
|
|
@ -935,6 +935,26 @@ YoungsterGroup:
|
|||
dw RATICATE
|
||||
dw HYPER_BEAM, QUICK_ATTACK, HYPER_FANG, PURSUIT
|
||||
db -1 ; end
|
||||
|
||||
next_list_item ; YOUNGSTER (14)
|
||||
db "LUC@", TRAINERTYPE_MOVES
|
||||
db 45
|
||||
dw ARIADOS
|
||||
dw SLUDGE_BOMB, PSYCHIC_M, PURSUIT, AGILITY
|
||||
db 45
|
||||
dw RATICATE
|
||||
dw HYPER_FANG, QUICK_ATTACK, SUPER_FANG, SHADOW_BALL
|
||||
db -1 ; end
|
||||
|
||||
next_list_item ; YOUNGSTER (14)
|
||||
db "HUW@", TRAINERTYPE_MOVES
|
||||
db 45
|
||||
dw SANDSLASH
|
||||
dw SWORDS_DANCE, EARTHQUAKE, ROCK_SLIDE, METAL_CLAW
|
||||
db 45
|
||||
dw QUAGSIRE
|
||||
dw EARTHQUAKE, SURF, HEADBUTT, AMNESIA
|
||||
db -1 ; end
|
||||
|
||||
end_list_items
|
||||
|
||||
|
|
@ -1903,17 +1923,17 @@ BeautyGroup:
|
|||
dw SENTRET
|
||||
db -1 ; end
|
||||
|
||||
next_list_item ; BEAUTY (12)
|
||||
db "KENDRA@", TRAINERTYPE_NORMAL
|
||||
db 15
|
||||
dw SENTRET
|
||||
db -1 ; end
|
||||
; next_list_item ; BEAUTY (12)
|
||||
; db "KENDRA@", TRAINERTYPE_NORMAL
|
||||
; db 15
|
||||
; dw SENTRET
|
||||
; db -1 ; end
|
||||
|
||||
next_list_item ; BEAUTY (13)
|
||||
db "VERONICA@", TRAINERTYPE_NORMAL
|
||||
db 15
|
||||
dw SENTRET
|
||||
db -1 ; end
|
||||
; next_list_item ; BEAUTY (13)
|
||||
; db "VERONICA@", TRAINERTYPE_NORMAL
|
||||
; db 15
|
||||
; dw SENTRET
|
||||
; db -1 ; end
|
||||
|
||||
next_list_item ; BEAUTY (14)
|
||||
db "JULIA@", TRAINERTYPE_NORMAL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue