mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-17 02:30:50 +12:00
marking well proton correctly
we need to make him an executive and/or change the rocket classes up at some point...
This commit is contained in:
parent
4359b66dce
commit
3c79717bbd
|
@ -1997,7 +1997,7 @@ PokemaniacGroup:
|
||||||
|
|
||||||
GruntMGroup:
|
GruntMGroup:
|
||||||
next_list_item ; GRUNTM (1)
|
next_list_item ; GRUNTM (1)
|
||||||
db "GRUNT@", TRAINERTYPE_NORMAL
|
db "GRUNT@", TRAINERTYPE_NORMAL ; Proton, he's a grunt here.
|
||||||
db 14
|
db 14
|
||||||
dw KOFFING
|
dw KOFFING
|
||||||
db -1 ; end
|
db -1 ; end
|
||||||
|
@ -4204,7 +4204,7 @@ ExecutiveMGroup: ; Unsure which is which. Little help?
|
||||||
db -1 ; end
|
db -1 ; end
|
||||||
|
|
||||||
next_list_item ; EXECUTIVEM (4)
|
next_list_item ; EXECUTIVEM (4)
|
||||||
db "EXECUTIVE@", TRAINERTYPE_NORMAL ; Slowpoke Well - Proton? Is he that strong?
|
db "EXECUTIVE@", TRAINERTYPE_NORMAL
|
||||||
db 22
|
db 22
|
||||||
dw ZUBAT
|
dw ZUBAT
|
||||||
db 24
|
db 24
|
||||||
|
|
Loading…
Reference in a new issue