Shellder Additions

First commit in a LONG time, it's good to be back :3
This commit is contained in:
Misty 2025-07-26 15:09:19 -06:00
parent 0946334190
commit da7c30545c
2 changed files with 11 additions and 8 deletions

View file

@ -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

View file

@ -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