mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-16 04:04:39 +13:00
Shellder Additions
First commit in a LONG time, it's good to be back :3
This commit is contained in:
parent
0946334190
commit
da7c30545c
|
@ -2151,15 +2151,18 @@ ShellderEvosAttacks:
|
||||||
dbbw EVOLVE_ITEM, SLOWPOKETAIL, DISTURBAN
|
dbbw EVOLVE_ITEM, SLOWPOKETAIL, DISTURBAN
|
||||||
db 0 ; no more evolutions
|
db 0 ; no more evolutions
|
||||||
dbw 1, TACKLE
|
dbw 1, TACKLE
|
||||||
|
dbw 1, BUBBLE ; Clams emit bubbles when they are touched!
|
||||||
dbw 1, WITHDRAW
|
dbw 1, WITHDRAW
|
||||||
dbw 1, SMOKESCREEN ; RG proto
|
dbw 1, SMOKESCREEN ; RG proto
|
||||||
dbw 7, SUPERSONIC
|
dbw 5, SUPERSONIC
|
||||||
dbw 12, AURORA_BEAM
|
dbw 10, AURORA_BEAM
|
||||||
dbw 18, SONICBOOM ; RG proto
|
dbw 14, SONICBOOM ; RG proto
|
||||||
|
dbw 19, WATER_GUN ; Clams also squirt water as a defense and feeding mechanism!
|
||||||
dbw 23, LEER
|
dbw 23, LEER
|
||||||
dbw 27, ENDURE ; SW97
|
dbw 27, BUBBLEBEAM ; As above
|
||||||
dbw 31, CLAMP
|
dbw 30, ENDURE ; SW97
|
||||||
dbw 36, PROTECT
|
dbw 34, CLAMP
|
||||||
|
dbw 37, PROTECT
|
||||||
dbw 41, SCREECH ; RG proto
|
dbw 41, SCREECH ; RG proto
|
||||||
dbw 46, CONFUSE_RAY ; RG proto
|
dbw 46, CONFUSE_RAY ; RG proto
|
||||||
dbw 51, ICE_BEAM
|
dbw 51, ICE_BEAM
|
||||||
|
|
|
@ -8,12 +8,12 @@ DebugRoom_MapScripts:
|
||||||
|
|
||||||
DebugPokemon1Script:
|
DebugPokemon1Script:
|
||||||
opentext
|
opentext
|
||||||
getmonname STRING_BUFFER_3, KLEAVOR
|
getmonname STRING_BUFFER_3, SHELLDER
|
||||||
writetext ReceivedDebugPokemonText
|
writetext ReceivedDebugPokemonText
|
||||||
playsound SFX_CAUGHT_MON
|
playsound SFX_CAUGHT_MON
|
||||||
waitsfx
|
waitsfx
|
||||||
promptbutton
|
promptbutton
|
||||||
givepoke KLEAVOR, 15
|
givepoke SHELLDER, 1
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue