mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Bug fixes
- Fixed a bug where you couldn't walk through one of the Kanto rock tiles - Fixed a bug where you couldn't go back through the Winner's Path cave exits - Fixed a bug where some trainers would glitch when walking on Silent Hills mapgroups - Optimised the Silent Hills spriteset - Modified Painter Dali and Super Nerd Gregg's teams - Modified Winners Path's wild data to feature L56 Chanseys for use with the Repel Trick. - Fixed some text so it scrolls better
This commit is contained in:
parent
289b250e89
commit
980b8dc47a
12 changed files with 28 additions and 25 deletions
|
|
@ -3324,9 +3324,9 @@ SuperNerdGroup:
|
|||
next_list_item ; SUPER_NERD (3)
|
||||
db "GREGG@", TRAINERTYPE_NORMAL
|
||||
db 50
|
||||
dw MAGNEZONE
|
||||
dw ELECTRODE
|
||||
db 51
|
||||
dw MUK
|
||||
dw PORYGON2
|
||||
db 50
|
||||
dw BELLEDAM
|
||||
db -1 ; end
|
||||
|
|
|
|||
|
|
@ -68,6 +68,9 @@ PainterGroup:
|
|||
|
||||
next_list_item ; PAINTER (1)
|
||||
db "DALI@", TRAINERTYPE_MOVES
|
||||
db 50
|
||||
dw NOCTOWL
|
||||
dw REFLECT, HYPNOSIS, WING_ATTACK, FORESIGHT
|
||||
db 53
|
||||
dw SMEARGLE
|
||||
dw EXTREMESPEED, BELLY_DRUM, NO_MOVE, NO_MOVE ; lol
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue