WE FORGOT WYNAUT

This commit is contained in:
Misty 2023-11-19 03:20:34 -05:00
parent 3ec32bd3d2
commit 0721a89fea
34 changed files with 79 additions and 5 deletions

View file

@ -265,6 +265,7 @@ DEF JOHTO_POKEMON EQU const_value
const STROMEN const STROMEN
const PHANDARIN const PHANDARIN
const UNOWN ; c9 const UNOWN ; c9
const WYNAUT
const WOBBUFFET ; ca const WOBBUFFET ; ca
const BIPULLA const BIPULLA
const CALFLAC const CALFLAC

View file

@ -272,6 +272,7 @@ INCLUDE "data/pokemon/base_stats/mismagius.asm"
INCLUDE "data/pokemon/base_stats/stromen.asm" INCLUDE "data/pokemon/base_stats/stromen.asm"
INCLUDE "data/pokemon/base_stats/phandarin.asm" INCLUDE "data/pokemon/base_stats/phandarin.asm"
INCLUDE "data/pokemon/base_stats/unown.asm" INCLUDE "data/pokemon/base_stats/unown.asm"
INCLUDE "data/pokemon/base_stats/wynaut.asm"
INCLUDE "data/pokemon/base_stats/wobbuffet.asm" INCLUDE "data/pokemon/base_stats/wobbuffet.asm"
INCLUDE "data/pokemon/base_stats/bipulla.asm" INCLUDE "data/pokemon/base_stats/bipulla.asm"
INCLUDE "data/pokemon/base_stats/calflac.asm" INCLUDE "data/pokemon/base_stats/calflac.asm"

View file

@ -0,0 +1,20 @@
db 0 ; species ID placeholder
db 95, 23, 48, 23, 23, 48
; hp atk def spd sat sdf
db PSYCHIC_TYPE, PSYCHIC_TYPE ; type
db 125 ; catch rate
db 44 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/wynaut/front.dimensions"
dw NULL, NULL ; unused (beta front/back pics)
db GROWTH_MEDIUM_FAST ; growth rate
dn EGG_NONE, EGG_NONE ; egg groups
; tm/hm learnset
tmhm
; end

View file

@ -251,6 +251,7 @@ PokemonCries::
mon_cry CRY_NIDORAN_M, 0, 0 ; STROMEN (incomplete) mon_cry CRY_NIDORAN_M, 0, 0 ; STROMEN (incomplete)
mon_cry CRY_NIDORAN_M, 0, 0 ; PHANDARIN (incomplete) mon_cry CRY_NIDORAN_M, 0, 0 ; PHANDARIN (incomplete)
mon_cry CRY_HOOTHOOT, 354, 256 ; UNOWN mon_cry CRY_HOOTHOOT, 354, 256 ; UNOWN
mon_cry CRY_NIDORAN_M, 0, 0 ; WYNAUT (incomplete)
mon_cry CRY_AMPHAROS, 635, 324 ; WOBBUFFET mon_cry CRY_AMPHAROS, 635, 324 ; WOBBUFFET
mon_cry CRY_NIDORAN_M, 0, 0 ; BIPULLA (incomplete) mon_cry CRY_NIDORAN_M, 0, 0 ; BIPULLA (incomplete)
mon_cry CRY_NIDORAN_M, 0, 0 ; CALFLAC (incomplete) mon_cry CRY_NIDORAN_M, 0, 0 ; CALFLAC (incomplete)

View file

@ -257,6 +257,7 @@ MismagiusPokedexEntry:: INCLUDE "data/pokemon/dex_entries/mismagius.asm"
StromenPokedexEntry:: INCLUDE "data/pokemon/dex_entries/stromen.asm" StromenPokedexEntry:: INCLUDE "data/pokemon/dex_entries/stromen.asm"
PhandarinPokedexEntry:: INCLUDE "data/pokemon/dex_entries/phandarin.asm" PhandarinPokedexEntry:: INCLUDE "data/pokemon/dex_entries/phandarin.asm"
UnownPokedexEntry:: INCLUDE "data/pokemon/dex_entries/unown.asm" UnownPokedexEntry:: INCLUDE "data/pokemon/dex_entries/unown.asm"
WynautPokedexEntry:: INCLUDE "data/pokemon/dex_entries/wynaut.asm"
WobbuffetPokedexEntry:: INCLUDE "data/pokemon/dex_entries/wobbuffet.asm" WobbuffetPokedexEntry:: INCLUDE "data/pokemon/dex_entries/wobbuffet.asm"
BipullaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/bipulla.asm" BipullaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/bipulla.asm"
CalflacPokedexEntry:: INCLUDE "data/pokemon/dex_entries/calflac.asm" CalflacPokedexEntry:: INCLUDE "data/pokemon/dex_entries/calflac.asm"

View file

@ -0,0 +1,10 @@
db "BRIGHT@" ; species name
dw 200, 309 ; height, weight
db "It often steals"
next "objects it thinks"
next "are food, the"
page "punishments it"
next "recieves only"
next "strengthening it.@"

View file

@ -246,6 +246,7 @@ PokedexDataPointerTable:
dba StromenPokedexEntry dba StromenPokedexEntry
dba PhandarinPokedexEntry dba PhandarinPokedexEntry
dba UnownPokedexEntry dba UnownPokedexEntry
dba WynautPokedexEntry
dba WobbuffetPokedexEntry dba WobbuffetPokedexEntry
dba BipullaPokedexEntry dba BipullaPokedexEntry
dba CalflacPokedexEntry dba CalflacPokedexEntry

View file

@ -300,6 +300,7 @@ AlphabeticalPokedexOrder:
dw WIGGLYTUFF dw WIGGLYTUFF
dw WOBBUFFET dw WOBBUFFET
dw WOOPER dw WOOPER
dw WYNAUT
dw XATU dw XATU
dw YANMA dw YANMA
dw ZAPDOS dw ZAPDOS

View file

@ -129,6 +129,7 @@ NewPokedexOrder:
dw EXEGGCUTE dw EXEGGCUTE
dw EXEGGUTOR dw EXEGGUTOR
dw SUDOWOODO dw SUDOWOODO
dw WYNAUT
dw WOBBUFFET dw WOBBUFFET
dw VENONAT dw VENONAT
dw VENOMOTH dw VENOMOTH

View file

@ -69,6 +69,7 @@ EggMovePointers2::
dw StromenEggMoves dw StromenEggMoves
dw NoEggMoves2 ; Phandarin dw NoEggMoves2 ; Phandarin
dw NoEggMoves2 dw NoEggMoves2
dw NoEggMoves2 ; Wynaut
dw NoEggMoves2 dw NoEggMoves2
dw BipullaEggMoves dw BipullaEggMoves
dw NoEggMoves2 ; Calflac dw NoEggMoves2 ; Calflac

View file

@ -68,6 +68,7 @@ EvosAttacksPointers2::
dw StromenEvosAttacks dw StromenEvosAttacks
dw PhandarinEvosAttacks dw PhandarinEvosAttacks
dw UnownEvosAttacks dw UnownEvosAttacks
dw WynautEvosAttacks
dw WobbuffetEvosAttacks dw WobbuffetEvosAttacks
dw BipullaEvosAttacks dw BipullaEvosAttacks
dw CalflacEvosAttacks dw CalflacEvosAttacks
@ -1011,6 +1012,18 @@ UnownEvosAttacks:
dbw 1, HIDDEN_POWER dbw 1, HIDDEN_POWER
db 0 ; no more level-up moves db 0 ; no more level-up moves
WynautEvosAttacks:
dbbw EVOLVE_LEVEL, 15, WOBBUFFET
db 0 ; no more evolutions
dbw 1, SPLASH
dbw 1, CHARM
dbw 1, ENCORE
dbw 15, COUNTER
dbw 15, MIRROR_COAT
dbw 15, SAFEGUARD
dbw 15, DESTINY_BOND
db 0 ; no more level-up moves
WobbuffetEvosAttacks: WobbuffetEvosAttacks:
db 0 ; no more evolutions db 0 ; no more evolutions
dbw 1, COUNTER dbw 1, COUNTER

View file

@ -246,7 +246,8 @@ FirstEvoStages::
dw STROMEN dw STROMEN
dw STROMEN dw STROMEN
dw UNOWN dw UNOWN
dw WOBBUFFET dw WYNAUT
dw WYNAUT
dw BIPULLA dw BIPULLA
dw BIPULLA dw BIPULLA
dw BIPULLA dw BIPULLA

View file

@ -257,6 +257,7 @@ Pokered_MonIndices:
db STROMEN db STROMEN
db PHANDARIN db PHANDARIN
db UNOWN db UNOWN
db WYNAUT
db WOBBUFFET db WOBBUFFET
db BIPULLA db BIPULLA
db CALFLAC db CALFLAC

View file

@ -247,6 +247,7 @@ MonMenuIcons:
db ICON_GHOST ; STROMEN db ICON_GHOST ; STROMEN
db ICON_GHOST ; PHANDARIN db ICON_GHOST ; PHANDARIN
db ICON_UNOWN ; UNOWN db ICON_UNOWN ; UNOWN
db ICON_GHOST ; WYNAUT
db ICON_GHOST ; WOBBUFFET db ICON_GHOST ; WOBBUFFET
db ICON_GHOST ; BIPULLA db ICON_GHOST ; BIPULLA
db ICON_EQUINE ; CALFLAC db ICON_EQUINE ; CALFLAC

View file

@ -249,6 +249,7 @@ PokemonNames::
db "STROMEN@@@" db "STROMEN@@@"
db "PHANDARIN@" db "PHANDARIN@"
db "UNOWN@@@@@" db "UNOWN@@@@@"
db "WYNAUT@@@@"
db "WOBBUFFET@" db "WOBBUFFET@"
db "BIPULLA@@@" db "BIPULLA@@@"
db "CALFLAC@@@" db "CALFLAC@@@"

View file

@ -523,6 +523,8 @@ INCBIN "gfx/pokemon/phandarin/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/phandarin/shiny.pal" INCLUDE "gfx/pokemon/phandarin/shiny.pal"
INCLUDE "gfx/pokemon/unown/normal.pal" ; not front.gbcpal INCLUDE "gfx/pokemon/unown/normal.pal" ; not front.gbcpal
INCLUDE "gfx/pokemon/unown/shiny.pal" INCLUDE "gfx/pokemon/unown/shiny.pal"
INCBIN "gfx/pokemon/wynaut/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/wynaut/shiny.pal"
INCBIN "gfx/pokemon/wobbuffet/front.gbcpal", middle_colors INCBIN "gfx/pokemon/wobbuffet/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/wobbuffet/shiny.pal" INCLUDE "gfx/pokemon/wobbuffet/shiny.pal"
INCBIN "gfx/pokemon/bipulla/front.gbcpal", middle_colors INCBIN "gfx/pokemon/bipulla/front.gbcpal", middle_colors

View file

@ -506,6 +506,8 @@ PokemonPicPointers::
dbw -1, -1 dbw -1, -1
dbw -1, -1 dbw -1, -1
dba WynautFrontpic
dba WynautBackpic
dba WobbuffetFrontpic dba WobbuffetFrontpic
dba WobbuffetBackpic dba WobbuffetBackpic
dba BipullaFrontpic dba BipullaFrontpic

View file

@ -246,6 +246,7 @@ INCBIN "gfx/footprints/mismagius.1bpp"
INCBIN "gfx/footprints/stromen.1bpp" INCBIN "gfx/footprints/stromen.1bpp"
INCBIN "gfx/footprints/phandarin.1bpp" INCBIN "gfx/footprints/phandarin.1bpp"
INCBIN "gfx/footprints/unown.1bpp" INCBIN "gfx/footprints/unown.1bpp"
INCBIN "gfx/footprints/wynaut.1bpp"
INCBIN "gfx/footprints/wobbuffet.1bpp" INCBIN "gfx/footprints/wobbuffet.1bpp"
INCBIN "gfx/footprints/bipulla.1bpp" INCBIN "gfx/footprints/bipulla.1bpp"
INCBIN "gfx/footprints/calflac.1bpp" INCBIN "gfx/footprints/calflac.1bpp"

BIN
gfx/footprints/wynaut.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 B

View file

@ -763,6 +763,8 @@ DudunsparceFrontpic: INCBIN "gfx/pokemon/dudunsparce/front.animated.2bpp.lz"
DudunsparceBackpic: INCBIN "gfx/pokemon/dudunsparce/back.2bpp.lz" DudunsparceBackpic: INCBIN "gfx/pokemon/dudunsparce/back.2bpp.lz"
UrsalunaFrontpic: INCBIN "gfx/pokemon/ursaluna/front.animated.2bpp.lz" UrsalunaFrontpic: INCBIN "gfx/pokemon/ursaluna/front.animated.2bpp.lz"
UrsalunaBackpic: INCBIN "gfx/pokemon/ursaluna/back.2bpp.lz" UrsalunaBackpic: INCBIN "gfx/pokemon/ursaluna/back.2bpp.lz"
WynautFrontpic: INCBIN "gfx/pokemon/wynaut/front.animated.2bpp.lz"
WynautBackpic: INCBIN "gfx/pokemon/wynaut/back.2bpp.lz"
SECTION "Pics 20", ROMX SECTION "Pics 20", ROMX

View file

@ -245,6 +245,7 @@ AnimationPointers:
dw StromenAnimation dw StromenAnimation
dw PhandarinAnimation dw PhandarinAnimation
dw UnownAnimation dw UnownAnimation
dw WynautAnimation
dw WobbuffetAnimation dw WobbuffetAnimation
dw BipullaAnimation dw BipullaAnimation
dw CalflacAnimation dw CalflacAnimation

View file

@ -243,6 +243,7 @@ MismagiusAnimation: INCLUDE "gfx/pokemon/mismagius/anim.asm"
StromenAnimation: INCLUDE "gfx/pokemon/stromen/anim.asm" StromenAnimation: INCLUDE "gfx/pokemon/stromen/anim.asm"
PhandarinAnimation: INCLUDE "gfx/pokemon/phandarin/anim.asm" PhandarinAnimation: INCLUDE "gfx/pokemon/phandarin/anim.asm"
UnownAnimation: INCLUDE "gfx/pokemon/unown/anim.asm" UnownAnimation: INCLUDE "gfx/pokemon/unown/anim.asm"
WynautAnimation: INCLUDE "gfx/pokemon/wynaut/anim.asm"
WobbuffetAnimation: INCLUDE "gfx/pokemon/wobbuffet/anim.asm" WobbuffetAnimation: INCLUDE "gfx/pokemon/wobbuffet/anim.asm"
BipullaAnimation: INCLUDE "gfx/pokemon/bipulla/anim.asm" BipullaAnimation: INCLUDE "gfx/pokemon/bipulla/anim.asm"
CalflacAnimation: INCLUDE "gfx/pokemon/calflac/anim.asm" CalflacAnimation: INCLUDE "gfx/pokemon/calflac/anim.asm"

View file

@ -245,6 +245,7 @@ BitmasksPointers:
dw StromenBitmasks dw StromenBitmasks
dw PhandarinBitmasks dw PhandarinBitmasks
dw UnownBitmasks dw UnownBitmasks
dw WynautBitmasks
dw WobbuffetBitmasks dw WobbuffetBitmasks
dw BipullaBitmasks dw BipullaBitmasks
dw CalflacBitmasks dw CalflacBitmasks

View file

@ -243,6 +243,7 @@ MismagiusBitmasks: INCLUDE "gfx/pokemon/mismagius/bitmask.asm"
StromenBitmasks: INCLUDE "gfx/pokemon/stromen/bitmask.asm" StromenBitmasks: INCLUDE "gfx/pokemon/stromen/bitmask.asm"
PhandarinBitmasks: INCLUDE "gfx/pokemon/phandarin/bitmask.asm" PhandarinBitmasks: INCLUDE "gfx/pokemon/phandarin/bitmask.asm"
UnownBitmasks: INCLUDE "gfx/pokemon/unown/bitmask.asm" UnownBitmasks: INCLUDE "gfx/pokemon/unown/bitmask.asm"
WynautBitmasks: INCLUDE "gfx/pokemon/wynaut/bitmask.asm"
WobbuffetBitmasks: INCLUDE "gfx/pokemon/wobbuffet/bitmask.asm" WobbuffetBitmasks: INCLUDE "gfx/pokemon/wobbuffet/bitmask.asm"
BipullaBitmasks: INCLUDE "gfx/pokemon/bipulla/bitmask.asm" BipullaBitmasks: INCLUDE "gfx/pokemon/bipulla/bitmask.asm"
CalflacBitmasks: INCLUDE "gfx/pokemon/calflac/bitmask.asm" CalflacBitmasks: INCLUDE "gfx/pokemon/calflac/bitmask.asm"

View file

@ -245,6 +245,7 @@ FramesPointers:
dba StromenFrames dba StromenFrames
dba PhandarinFrames dba PhandarinFrames
dba UnownFrames dba UnownFrames
dba WynautFrames
dba WobbuffetFrames dba WobbuffetFrames
dba BipullaFrames dba BipullaFrames
dba CalflacFrames dba CalflacFrames

View file

@ -245,6 +245,7 @@ AnimationIdlePointers:
dw StromenAnimationIdle dw StromenAnimationIdle
dw PhandarinAnimationIdle dw PhandarinAnimationIdle
dw UnownAnimationIdle dw UnownAnimationIdle
dw WynautAnimationIdle
dw WobbuffetAnimationIdle dw WobbuffetAnimationIdle
dw BipullaAnimationIdle dw BipullaAnimationIdle
dw CalflacAnimationIdle dw CalflacAnimationIdle

View file

@ -243,6 +243,7 @@ MismagiusAnimationIdle: INCLUDE "gfx/pokemon/mismagius/anim_idle.asm"
StromenAnimationIdle: INCLUDE "gfx/pokemon/stromen/anim_idle.asm" StromenAnimationIdle: INCLUDE "gfx/pokemon/stromen/anim_idle.asm"
PhandarinAnimationIdle: INCLUDE "gfx/pokemon/phandarin/anim_idle.asm" PhandarinAnimationIdle: INCLUDE "gfx/pokemon/phandarin/anim_idle.asm"
UnownAnimationIdle: INCLUDE "gfx/pokemon/unown/anim_idle.asm" UnownAnimationIdle: INCLUDE "gfx/pokemon/unown/anim_idle.asm"
WynautAnimationIdle: INCLUDE "gfx/pokemon/wynaut/anim_idle.asm"
WobbuffetAnimationIdle: INCLUDE "gfx/pokemon/wobbuffet/anim_idle.asm" WobbuffetAnimationIdle: INCLUDE "gfx/pokemon/wobbuffet/anim_idle.asm"
BipullaAnimationIdle: INCLUDE "gfx/pokemon/bipulla/anim_idle.asm" BipullaAnimationIdle: INCLUDE "gfx/pokemon/bipulla/anim_idle.asm"
CalflacAnimationIdle: INCLUDE "gfx/pokemon/calflac/anim_idle.asm" CalflacAnimationIdle: INCLUDE "gfx/pokemon/calflac/anim_idle.asm"

View file

@ -67,6 +67,7 @@ MismagiusFrames: INCLUDE "gfx/pokemon/mismagius/frames.asm"
StromenFrames: INCLUDE "gfx/pokemon/stromen/frames.asm" StromenFrames: INCLUDE "gfx/pokemon/stromen/frames.asm"
PhandarinFrames: INCLUDE "gfx/pokemon/phandarin/frames.asm" PhandarinFrames: INCLUDE "gfx/pokemon/phandarin/frames.asm"
UnownFrames: INCLUDE "gfx/pokemon/unown/frames.asm" UnownFrames: INCLUDE "gfx/pokemon/unown/frames.asm"
WynautFrames: INCLUDE "gfx/pokemon/wynaut/frames.asm"
WobbuffetFrames: INCLUDE "gfx/pokemon/wobbuffet/frames.asm" WobbuffetFrames: INCLUDE "gfx/pokemon/wobbuffet/frames.asm"
BipullaFrames: INCLUDE "gfx/pokemon/bipulla/frames.asm" BipullaFrames: INCLUDE "gfx/pokemon/bipulla/frames.asm"
CalflacFrames: INCLUDE "gfx/pokemon/calflac/frames.asm" CalflacFrames: INCLUDE "gfx/pokemon/calflac/frames.asm"

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

BIN
gfx/pokemon/wynaut/back.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -8,12 +8,12 @@ DebugRoom_MapScripts:
DebugPokemon1Script: DebugPokemon1Script:
opentext opentext
getmonname STRING_BUFFER_3, MISDREAVUS getmonname STRING_BUFFER_3, WYNAUT
writetext ReceivedDebugPokemonText writetext ReceivedDebugPokemonText
playsound SFX_CAUGHT_MON playsound SFX_CAUGHT_MON
waitsfx waitsfx
promptbutton promptbutton
givepoke MISDREAVUS, 42, DUSK_STONE givepoke WYNAUT, 14, RARE_CANDY
closetext closetext
end end