mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
hm m yes carapthor
Altered the back sprite to be accurate to beetle wing cases, and changed the S.S. Anne Gentleman to use Carapthor (and Mr. Rime).
This commit is contained in:
parent
594e4d7b80
commit
437602bf21
|
@ -616,12 +616,12 @@ CooltrainerFData:
|
||||||
|
|
||||||
GentlemanData:
|
GentlemanData:
|
||||||
; SS Anne 1F Rooms
|
; SS Anne 1F Rooms
|
||||||
db 18, GROWLITHE, GROWLITHE, 0
|
db 18, GROWLITHE, CARAPTHOR, 0
|
||||||
db 19, NIDORAN_M, NIDORAN_F, 0
|
db 19, NIDORAN_M, NIDORAN_F, 0
|
||||||
; SS Anne 2F Rooms/Vermilion Gym
|
; SS Anne 2F Rooms/Vermilion Gym
|
||||||
db 23, PIKACHU, 0
|
db 23, PIKACHU, 0
|
||||||
; Unused - this will be used in the Silph Gauntlet
|
; Unused - this will be used in the Silph Gauntlet
|
||||||
db 64, ARCANINE, NIDOQUEEN, PRIMEAPE, FEAROW, JAGG, RAPIDASH, 0
|
db 64, ARCANINE, NIDOQUEEN, MR_RIME, FEAROW, CARAPTHOR, RAPIDASH, 0
|
||||||
; SS Anne 2F Rooms
|
; SS Anne 2F Rooms
|
||||||
db 17, GROWLITHE, PONYTA, 0
|
db 17, GROWLITHE, PONYTA, 0
|
||||||
|
|
||||||
|
|
|
@ -23,10 +23,10 @@ SetIshiharaTeam:
|
||||||
IshiharaTeam:
|
IshiharaTeam:
|
||||||
db EXEGGUTOR_A, 90
|
db EXEGGUTOR_A, 90
|
||||||
db PINSIR, 90
|
db PINSIR, 90
|
||||||
db DITTO, 90
|
db CARAPTHOR, 90
|
||||||
db SCYTHER, 50
|
db KASANAGI, 50
|
||||||
IF DEF(_DEBUG)
|
IF DEF(_DEBUG)
|
||||||
db ONIX, 50
|
db KOKANA, 50
|
||||||
ENDC
|
ENDC
|
||||||
db -1 ; end
|
db -1 ; end
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 559 B After Width: | Height: | Size: 732 B |
Loading…
Reference in a new issue